1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "sync/test/fake_server/entity_builder.h"
10 #include "sync/internal_api/public/base/model_type.h"
14 using syncer::ModelType
;
16 namespace fake_server
{
18 EntityBuilder::EntityBuilder(ModelType model_type
, const string
& name
)
19 : id_(FakeServerEntity::CreateId(model_type
, base::GenerateGUID())),
20 model_type_(model_type
),
24 EntityBuilder::~EntityBuilder() {
27 } // namespace fake_server