| Index: components/history/core/test/history_client_fake_bookmarks.cc
|
| diff --git a/components/history/core/test/history_client_fake_bookmarks.cc b/components/history/core/test/history_client_fake_bookmarks.cc
|
| index e14ee32cd7a9c2440c7fe3207926239d7588c4ca..67596503b78064aef6ce244ad4e00f0b8f030ed9 100644
|
| --- a/components/history/core/test/history_client_fake_bookmarks.cc
|
| +++ b/components/history/core/test/history_client_fake_bookmarks.cc
|
| @@ -184,7 +184,7 @@ void HistoryClientFakeBookmarks::NotifyProfileError(
|
|
|
| std::unique_ptr<HistoryBackendClient>
|
| HistoryClientFakeBookmarks::CreateBackendClient() {
|
| - return base::WrapUnique(new HistoryBackendClientFakeBookmarks(bookmarks_));
|
| + return base::MakeUnique<HistoryBackendClientFakeBookmarks>(bookmarks_);
|
| }
|
|
|
| } // namespace history
|
|
|