Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(831)

Unified Diff: sync/test/fake_server/tombstone_entity.h

Issue 600083003: Fix memory leak in Sync FakeServerEntity (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/test/fake_server/permanent_entity.cc ('k') | sync/test/fake_server/tombstone_entity.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « sync/test/fake_server/permanent_entity.cc ('k') | sync/test/fake_server/tombstone_entity.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698