| 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 3a1d08a657bc212f8a39f79c209e32d0fe7e34c8..20112353617ec269e010c7c5af9dd1607a6d8fc1 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 @@
|
|
|
| // Factory function for PersistentPermanentEntity. |server_tag| should be a
|
| // globally unique identifier.
|
| - static std::unique_ptr<LoopbackServerEntity> CreateNew(
|
| + static std::unique_ptr<LoopbackServerEntity> Create(
|
| const syncer::ModelType& model_type,
|
| const std::string& server_tag,
|
| const std::string& name,
|
|
|