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

Unified Diff: components/sync/engine_impl/loopback_server/persistent_permanent_entity.cc

Issue 2938553003: Revert of [sync] Replace FakeServer's implementation with LoopbackServer invocations. (Closed)
Patch Set: Created 3 years, 6 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/engine_impl/loopback_server/persistent_permanent_entity.cc
diff --git a/components/sync/engine_impl/loopback_server/persistent_permanent_entity.cc b/components/sync/engine_impl/loopback_server/persistent_permanent_entity.cc
index 48d25cfe3c012f3372429b565b58b77ed73d02e9..e85aa022b8eb486c88599356bebdf918d98daa83 100644
--- a/components/sync/engine_impl/loopback_server/persistent_permanent_entity.cc
+++ b/components/sync/engine_impl/loopback_server/persistent_permanent_entity.cc
@@ -22,7 +22,7 @@
PersistentPermanentEntity::~PersistentPermanentEntity() {}
// static
-std::unique_ptr<LoopbackServerEntity> PersistentPermanentEntity::CreateNew(
+std::unique_ptr<LoopbackServerEntity> PersistentPermanentEntity::Create(
const ModelType& model_type,
const string& server_tag,
const string& name,

Powered by Google App Engine
This is Rietveld 408576698