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

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

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.h
diff --git a/components/sync/engine_impl/loopback_server/persistent_permanent_entity.h b/components/sync/engine_impl/loopback_server/persistent_permanent_entity.h
index 20112353617ec269e010c7c5af9dd1607a6d8fc1..3a1d08a657bc212f8a39f79c209e32d0fe7e34c8 100644
--- a/components/sync/engine_impl/loopback_server/persistent_permanent_entity.h
+++ b/components/sync/engine_impl/loopback_server/persistent_permanent_entity.h
@@ -29,7 +29,7 @@ class PersistentPermanentEntity : public LoopbackServerEntity {
// Factory function for PersistentPermanentEntity. |server_tag| should be a
// globally unique identifier.
- static std::unique_ptr<LoopbackServerEntity> Create(
+ static std::unique_ptr<LoopbackServerEntity> CreateNew(
const syncer::ModelType& model_type,
const std::string& server_tag,
const std::string& name,

Powered by Google App Engine
This is Rietveld 408576698