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