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

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

Issue 2502253003: [Sync] Move GenerateSyncableHash to base. (Closed)
Patch Set: Keep full syncable/ DEP. Created 4 years, 1 month 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/unique_client_entity.cc
diff --git a/components/sync/test/fake_server/unique_client_entity.cc b/components/sync/test/fake_server/unique_client_entity.cc
index a28a4e203eb5e0d1c49fd62a27a52b6d1e9b805e..346a2ae07785e7b88676a09e082c8023ac4110ec 100644
--- a/components/sync/test/fake_server/unique_client_entity.cc
+++ b/components/sync/test/fake_server/unique_client_entity.cc
@@ -5,14 +5,14 @@
#include "components/sync/test/fake_server/unique_client_entity.h"
#include "base/guid.h"
+#include "components/sync/base/hash_util.h"
#include "components/sync/protocol/sync.pb.h"
-#include "components/sync/syncable/syncable_util.h"
#include "components/sync/test/fake_server/permanent_entity.h"
using std::string;
+using syncer::GenerateSyncableHash;
using syncer::GetModelTypeFromSpecifics;
using syncer::ModelType;
-using syncer::syncable::GenerateSyncableHash;
namespace fake_server {
« no previous file with comments | « components/sync/test/fake_server/bookmark_entity_builder.cc ('k') | components/sync_sessions/sessions_sync_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698