| Index: sync/test/fake_server/tombstone_entity.h
|
| diff --git a/sync/test/fake_server/tombstone_entity.h b/sync/test/fake_server/tombstone_entity.h
|
| index d670fc37f7df0cc3d23d70d8aeb1ac031f8383d3..b66d82146c8c8b77aa49998424b464f4953d5c50 100644
|
| --- a/sync/test/fake_server/tombstone_entity.h
|
| +++ b/sync/test/fake_server/tombstone_entity.h
|
| @@ -24,7 +24,7 @@ class TombstoneEntity : 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;
|
|
|
|
|