summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_browsertest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/download/download_browsertest.cc')
-rw-r--r--chrome/browser/download/download_browsertest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/download/download_browsertest.cc b/chrome/browser/download/download_browsertest.cc
index 3acc17dc..c6ae215 100644
--- a/chrome/browser/download/download_browsertest.cc
+++ b/chrome/browser/download/download_browsertest.cc
@@ -681,8 +681,8 @@ class DownloadTest : public InProcessBrowserTest {
}
// Wait till the |DownloadFile|s are destroyed.
- ui_test_utils::RunAllPendingInMessageLoop(content::BrowserThread::FILE);
- ui_test_utils::RunAllPendingInMessageLoop(content::BrowserThread::UI);
+ content::RunAllPendingInMessageLoop(content::BrowserThread::FILE);
+ content::RunAllPendingInMessageLoop(content::BrowserThread::UI);
// Validate that the correct files were downloaded.
download_items.clear();