Index: sync/test/fake_server/bookmark_entity.h |
diff --git a/sync/test/fake_server/bookmark_entity.h b/sync/test/fake_server/bookmark_entity.h |
index 388dba88e0181dedfba9d2392efbb33207e5c4b6..1ae449daec51fdb9ad818d256b24ce93c2139f13 100644 |
--- a/sync/test/fake_server/bookmark_entity.h |
+++ b/sync/test/fake_server/bookmark_entity.h |
@@ -50,7 +50,7 @@ class BookmarkEntity : 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; |