| Index: components/sync/test/fake_server/permanent_entity.cc
|
| diff --git a/sync/test/fake_server/permanent_entity.cc b/components/sync/test/fake_server/permanent_entity.cc
|
| similarity index 93%
|
| rename from sync/test/fake_server/permanent_entity.cc
|
| rename to components/sync/test/fake_server/permanent_entity.cc
|
| index 9896c0091d11c6b75e81cf4791145d0bb04d5c10..ad02485aec3710d96940b86d0b24726dc6dde2c9 100644
|
| --- a/sync/test/fake_server/permanent_entity.cc
|
| +++ b/components/sync/test/fake_server/permanent_entity.cc
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "sync/test/fake_server/permanent_entity.h"
|
| +#include "components/sync/test/fake_server/permanent_entity.h"
|
|
|
| #include <string>
|
|
|
| #include "base/logging.h"
|
| #include "base/memory/ptr_util.h"
|
| -#include "sync/internal_api/public/base/model_type.h"
|
| -#include "sync/protocol/sync.pb.h"
|
| -#include "sync/test/fake_server/fake_server_entity.h"
|
| +#include "components/sync/base/model_type.h"
|
| +#include "components/sync/protocol/sync.pb.h"
|
| +#include "components/sync/test/fake_server/fake_server_entity.h"
|
|
|
| using std::string;
|
|
|
| @@ -22,7 +22,7 @@ static const char kRootParentTag[] = "0";
|
|
|
| namespace fake_server {
|
|
|
| -PermanentEntity::~PermanentEntity() { }
|
| +PermanentEntity::~PermanentEntity() {}
|
|
|
| // static
|
| std::unique_ptr<FakeServerEntity> PermanentEntity::Create(
|
|
|