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 fd163a9a3a450d407d5c72243c3954998cc7b41b..5f4528d4ac412797d723f53a889cdf31c27068af 100644 |
--- a/sync/test/fake_server/bookmark_entity.h |
+++ b/sync/test/fake_server/bookmark_entity.h |
@@ -49,6 +49,8 @@ class BookmarkEntity : public FakeServerEntity { |
int64 creation_time, |
int64 last_modified_time); |
+ void SetParentId(std::string parent_id); |
+ |
// FakeServerEntity implementation. |
std::string GetParentId() const override; |
void SerializeAsProto(sync_pb::SyncEntity* proto) const override; |