Index: chrome/browser/history/in_memory_url_index_unittest.cc |
diff --git a/chrome/browser/history/in_memory_url_index_unittest.cc b/chrome/browser/history/in_memory_url_index_unittest.cc |
index 6d2ea6877b874283efe9e8fdff3a4d093325959f..834cfd91858bf1d987152044186b279cb0aadb00 100644 |
--- a/chrome/browser/history/in_memory_url_index_unittest.cc |
+++ b/chrome/browser/history/in_memory_url_index_unittest.cc |
@@ -186,6 +186,7 @@ void InMemoryURLIndexTest::SetUp() { |
profile_.CreateBookmarkModel(true); |
profile_.BlockUntilBookmarkModelLoaded(); |
profile_.BlockUntilHistoryProcessesPendingRequests(); |
+ profile_.BlockUntilHistoryIndexIsRefreshed(); |
HistoryService* history_service = |
HistoryServiceFactory::GetForProfile(&profile_, |
Profile::EXPLICIT_ACCESS); |