Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Unified Diff: components/sync/test/fake_server/permanent_entity.cc

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(
« no previous file with comments | « components/sync/test/fake_server/permanent_entity.h ('k') | components/sync/test/fake_server/sessions_hierarchy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698