| Index: sync/test/fake_server/unique_client_entity.h
|
| diff --git a/sync/test/fake_server/unique_client_entity.h b/sync/test/fake_server/unique_client_entity.h
|
| index fecf0440412bed680ef4033224798013a0c3fae6..56fa46561e8b445d21365e5a4edf5285314a62b0 100644
|
| --- a/sync/test/fake_server/unique_client_entity.h
|
| +++ b/sync/test/fake_server/unique_client_entity.h
|
| @@ -19,14 +19,12 @@ class UniqueClientEntity : public FakeServerEntity {
|
| public:
|
| virtual ~UniqueClientEntity();
|
|
|
| - // Factory function for UniqueClientEntity.
|
| - static FakeServerEntity* CreateNew(const sync_pb::SyncEntity& client_entity);
|
| -
|
| - // Factory function for creating a new version of an existing
|
| - // UniqueClientEntity.
|
| - static FakeServerEntity* CreateUpdatedVersion(
|
| - const sync_pb::SyncEntity& client_entity,
|
| - FakeServerEntity* current_server_entity);
|
| + // Factory function for creating a UniqueClientEntity.
|
| + static FakeServerEntity* Create(const sync_pb::SyncEntity& client_entity);
|
| +
|
| + // Derives an ID from a unique client tagged entity.
|
| + static std::string EffectiveIdForClientTaggedEntity(
|
| + const sync_pb::SyncEntity& entity);
|
|
|
| // FakeServerEntity implementation.
|
| virtual std::string GetParentId() const OVERRIDE;
|
|
|