Index: content/test/content_browser_test.cc |
diff --git a/content/test/content_browser_test.cc b/content/test/content_browser_test.cc |
index 27f30975db74b9b4597c52c3a1e9bde608a70360..bcaa587186813c28282b78115bb5253e2b9d5269 100644 |
--- a/content/test/content_browser_test.cc |
+++ b/content/test/content_browser_test.cc |
@@ -108,7 +108,7 @@ void ContentBrowserTest::RunTestOnMainThreadLoop() { |
#endif |
// Pump startup related events. |
- MessageLoopForUI::current()->RunUntilIdle(); |
+ base::MessageLoopForUI::current()->RunUntilIdle(); |
#if defined(OS_MACOSX) |
pool.Recycle(); |