Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(726)

Unified Diff: chrome/browser/autocomplete/bookmark_provider_unittest.cc

Issue 1198963014: Change ownership of BookmarkClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup_managed_and_supervised_nodes
Patch Set: Rebase Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/bookmarks/bookmark_model_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autocomplete/bookmark_provider_unittest.cc
diff --git a/chrome/browser/autocomplete/bookmark_provider_unittest.cc b/chrome/browser/autocomplete/bookmark_provider_unittest.cc
index 0e5cacc082981a20ef430a3caa11d87aa2be30bb..89e2c9d053370efd3ad784221e09dc46b25fe83c 100644
--- a/chrome/browser/autocomplete/bookmark_provider_unittest.cc
+++ b/chrome/browser/autocomplete/bookmark_provider_unittest.cc
@@ -77,7 +77,6 @@ class BookmarkProviderTest : public testing::Test {
void SetUp() override;
content::TestBrowserThreadBundle thread_bundle_;
- bookmarks::TestBookmarkClient bookmark_client_;
scoped_ptr<TestingProfile> profile_;
scoped_ptr<ChromeAutocompleteProviderClient> provider_client_;
scoped_ptr<BookmarkModel> model_;
@@ -88,7 +87,7 @@ class BookmarkProviderTest : public testing::Test {
};
BookmarkProviderTest::BookmarkProviderTest() {
- model_ = bookmark_client_.CreateModel();
+ model_ = bookmarks::TestBookmarkClient::CreateModel();
}
void BookmarkProviderTest::SetUp() {
« no previous file with comments | « no previous file | chrome/browser/bookmarks/bookmark_model_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698