| Index: chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc b/chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc
|
| index bca25bb025c407795df0c45c3f750c60d02144ba..2fe2ee43646105a33e9157b1a9b7b330a2164e09 100644
|
| --- a/chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc
|
| @@ -353,7 +353,7 @@ IN_PROC_BROWSER_TEST_F(SingleClientBookmarksSyncTest,
|
| ASSERT_EQ(1ul, server_bookmarks.size());
|
| std::string entity_id = server_bookmarks[0].id_string();
|
| std::unique_ptr<fake_server::FakeServerEntity> tombstone(
|
| - fake_server::TombstoneEntity::Create(entity_id));
|
| + fake_server::TombstoneEntity::Create(entity_id, std::string()));
|
| GetFakeServer()->InjectEntity(std::move(tombstone));
|
|
|
| const syncer::ModelTypeSet kBookmarksType(syncer::BOOKMARKS);
|
|
|