Index: chrome/browser/bookmarks/bookmark_index_unittest.cc |
=================================================================== |
--- chrome/browser/bookmarks/bookmark_index_unittest.cc (revision 30724) |
+++ chrome/browser/bookmarks/bookmark_index_unittest.cc (working copy) |
@@ -217,7 +217,7 @@ |
ChromeThread file_thread(ChromeThread::FILE, &loop); |
TestingProfile profile; |
- profile.CreateHistoryService(true); |
+ profile.CreateHistoryService(true, false); |
profile.BlockUntilHistoryProcessesPendingRequests(); |
profile.CreateBookmarkModel(true); |
profile.BlockUntilBookmarkModelLoaded(); |