Index: chrome/browser/ui/bookmarks/bookmark_ui_utils_unittest.cc |
diff --git a/chrome/browser/ui/bookmarks/bookmark_ui_utils_unittest.cc b/chrome/browser/ui/bookmarks/bookmark_ui_utils_unittest.cc |
index be0ca0c4261a7e5b15854f11898d46a9c2f6888c..5d026613dded072c0fa4e01f2b53802744768703 100644 |
--- a/chrome/browser/ui/bookmarks/bookmark_ui_utils_unittest.cc |
+++ b/chrome/browser/ui/bookmarks/bookmark_ui_utils_unittest.cc |
@@ -18,7 +18,7 @@ |
TEST(BookmarkUIUtilsTest, HasBookmarkURLs) { |
test::TestBookmarkClient client; |
- scoped_ptr<BookmarkModel> model(client.CreateModel()); |
+ scoped_ptr<BookmarkModel> model(client.CreateModel(false)); |
std::vector<const BookmarkNode*> nodes; |
@@ -60,7 +60,7 @@ |
TEST(BookmarkUIUtilsTest, HasBookmarkURLsAllowedInIncognitoMode) { |
test::TestBookmarkClient client; |
- scoped_ptr<BookmarkModel> model(client.CreateModel()); |
+ scoped_ptr<BookmarkModel> model(client.CreateModel(false)); |
TestingProfile profile; |
std::vector<const BookmarkNode*> nodes; |