| 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 ed696cec9bca1cad5216fcec0a629011f49f59b2..3cebd2e2457a1e2a93805f54ba0f9e1cc6354ebb 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
|
| @@ -352,7 +352,7 @@ IN_PROC_BROWSER_TEST_F(SingleClientBookmarksSyncTest,
|
| GetFakeServer()->GetSyncEntitiesByModelType(syncer::BOOKMARKS);
|
| ASSERT_EQ(1ul, server_bookmarks.size());
|
| std::string entity_id = server_bookmarks[0].id_string();
|
| - scoped_ptr<fake_server::FakeServerEntity> tombstone(
|
| + std::unique_ptr<fake_server::FakeServerEntity> tombstone(
|
| fake_server::TombstoneEntity::Create(entity_id));
|
| GetFakeServer()->InjectEntity(std::move(tombstone));
|
|
|
|
|