| Index: components/sync_bookmarks/bookmark_data_type_controller_unittest.cc
|
| diff --git a/components/sync_bookmarks/bookmark_data_type_controller_unittest.cc b/components/sync_bookmarks/bookmark_data_type_controller_unittest.cc
|
| index 8a19614129ec9ba6e8c6c6ede94248bd038bcd1a..32efcbe0998a2ad06256a54d5fec07b48b7f2f84 100644
|
| --- a/components/sync_bookmarks/bookmark_data_type_controller_unittest.cc
|
| +++ b/components/sync_bookmarks/bookmark_data_type_controller_unittest.cc
|
| @@ -89,8 +89,8 @@ class SyncBookmarkDataTypeControllerTest : public testing::Test,
|
| };
|
|
|
| void CreateBookmarkModel(BookmarkLoadPolicy bookmark_load_policy) {
|
| - bookmark_model_.reset(new BookmarkModel(
|
| - base::WrapUnique(new bookmarks::TestBookmarkClient())));
|
| + bookmark_model_.reset(
|
| + new BookmarkModel(base::MakeUnique<bookmarks::TestBookmarkClient>()));
|
| if (bookmark_load_policy == LOAD_MODEL) {
|
| TestingPrefServiceSimple prefs;
|
| bookmark_model_->Load(&prefs, base::FilePath(),
|
|
|