| Index: components/sync/test/fake_server/bookmark_entity.cc
|
| diff --git a/components/sync/test/fake_server/bookmark_entity.cc b/components/sync/test/fake_server/bookmark_entity.cc
|
| index dcedcc04d22545b5a218dfd869cecca164b1de90..b7e1eccd9852702661988a612df5279d4365b7f1 100644
|
| --- a/components/sync/test/fake_server/bookmark_entity.cc
|
| +++ b/components/sync/test/fake_server/bookmark_entity.cc
|
| @@ -83,7 +83,7 @@ BookmarkEntity::BookmarkEntity(const string& id,
|
| const string& parent_id,
|
| int64_t creation_time,
|
| int64_t last_modified_time)
|
| - : FakeServerEntity(id, syncer::BOOKMARKS, version, name),
|
| + : FakeServerEntity(id, string(), syncer::BOOKMARKS, version, name),
|
| originator_cache_guid_(originator_cache_guid),
|
| originator_client_item_id_(originator_client_item_id),
|
| unique_position_(unique_position),
|
|
|