| 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 67e0272bf1704298f82b330a59df55cb8b8bdc36..3d3f149c3db192133d75810cb0d35c11c8c93cc0 100644
|
| --- a/sync/test/fake_server/unique_client_entity.h
|
| +++ b/sync/test/fake_server/unique_client_entity.h
|
| @@ -27,10 +27,10 @@ class UniqueClientEntity : public FakeServerEntity {
|
| const sync_pb::SyncEntity& entity);
|
|
|
| // FakeServerEntity implementation.
|
| - virtual std::string GetParentId() const OVERRIDE;
|
| - virtual void SerializeAsProto(sync_pb::SyncEntity* proto) OVERRIDE;
|
| - virtual bool IsDeleted() const OVERRIDE;
|
| - virtual bool IsFolder() const OVERRIDE;
|
| + virtual std::string GetParentId() const override;
|
| + virtual void SerializeAsProto(sync_pb::SyncEntity* proto) override;
|
| + virtual bool IsDeleted() const override;
|
| + virtual bool IsFolder() const override;
|
|
|
| private:
|
| UniqueClientEntity(const std::string& id,
|
|
|