Index: chrome/browser/history/history_browsertest.cc |
=================================================================== |
--- chrome/browser/history/history_browsertest.cc (revision 148497) |
+++ chrome/browser/history/history_browsertest.cc (working copy) |
@@ -67,7 +67,7 @@ |
BrowserThread::UI, |
FROM_HERE, |
base::Bind(&HistoryService::IterateURLs, history, this)); |
- ui_test_utils::RunMessageLoop(); |
+ content::RunMessageLoop(); |
} |
virtual void OnURL(const GURL& url) { |
@@ -129,7 +129,7 @@ |
FROM_HERE, |
base::Bind(&HistoryService::ScheduleDBTask, |
history, task, &request_consumer)); |
- ui_test_utils::RunMessageLoop(); |
+ content::RunMessageLoop(); |
} |
void ExpectEmptyHistory() { |