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

Unified Diff: components/enhanced_bookmarks/enhanced_bookmark_utils_unittest.cc

Issue 510533002: Omnibox: Make URLs of Bookmarks Searchable - Try 2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Peter's minor comments Created 6 years, 4 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
Index: components/enhanced_bookmarks/enhanced_bookmark_utils_unittest.cc
diff --git a/components/enhanced_bookmarks/enhanced_bookmark_utils_unittest.cc b/components/enhanced_bookmarks/enhanced_bookmark_utils_unittest.cc
index ce9dec5ab55efecfd6854eda4633b8621c788f5f..40fa443e4568fdd9e1865fc92da2cfe81d5cb78c 100644
--- a/components/enhanced_bookmarks/enhanced_bookmark_utils_unittest.cc
+++ b/components/enhanced_bookmarks/enhanced_bookmark_utils_unittest.cc
@@ -34,7 +34,7 @@ class EnhancedBookmarkUtilsTest : public testing::Test {
TEST_F(EnhancedBookmarkUtilsTest, TestBookmarkSearch) {
test::TestBookmarkClient bookmark_client;
- scoped_ptr<BookmarkModel> bookmark_model(bookmark_client.CreateModel(false));
+ scoped_ptr<BookmarkModel> bookmark_model(bookmark_client.CreateModel());
const BookmarkNode* node1 = AddBookmark(bookmark_model.get(), "john hopkins");
const BookmarkNode* node2 = AddBookmark(bookmark_model.get(), "JohN hopkins");
const BookmarkNode* node3 = AddBookmark(bookmark_model.get(), "katy perry");
« no previous file with comments | « components/bookmarks/test/test_bookmark_client.cc ('k') | components/enhanced_bookmarks/metadata_accessor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698