| Index: sync/test/fake_server/permanent_entity.h
|
| diff --git a/sync/test/fake_server/permanent_entity.h b/sync/test/fake_server/permanent_entity.h
|
| index 391b70b979846dbda21b6753e226287dbe425af5..66f9eb0f13b5d8589e4885417e7a108a92fcc219 100644
|
| --- a/sync/test/fake_server/permanent_entity.h
|
| +++ b/sync/test/fake_server/permanent_entity.h
|
| @@ -38,7 +38,7 @@ class PermanentEntity : 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;
|
|
|
|
|