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

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

Issue 2969643002: Reland - Replace FakeServer's implementation with LoopbackServer invocations. (Closed)
Patch Set: Rebased on master. Created 3 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/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 e85aa022b8eb486c88599356bebdf918d98daa83..48d25cfe3c012f3372429b565b58b77ed73d02e9 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 @@ namespace syncer {
PersistentPermanentEntity::~PersistentPermanentEntity() {}
// static
-std::unique_ptr<LoopbackServerEntity> PersistentPermanentEntity::Create(
+std::unique_ptr<LoopbackServerEntity> PersistentPermanentEntity::CreateNew(
const ModelType& model_type,
const string& server_tag,
const string& name,

Powered by Google App Engine
This is Rietveld 408576698