Index: content/browser/site_instance_impl_unittest.cc |
diff --git a/content/browser/site_instance_impl_unittest.cc b/content/browser/site_instance_impl_unittest.cc |
index cf443256a0e6a40072bfcc34ac6089cd058cd7a1..fb322b1b6b372ed146d6854eee78c16dd3f13179 100644 |
--- a/content/browser/site_instance_impl_unittest.cc |
+++ b/content/browser/site_instance_impl_unittest.cc |
@@ -123,12 +123,12 @@ class SiteInstanceTest : public testing::Test { |
// We don't just do this in TearDown() because we create TestBrowserContext |
// objects in each test, which will be destructed before |
// TearDown() is called. |
- MessageLoop::current()->RunUntilIdle(); |
+ base::MessageLoop::current()->RunUntilIdle(); |
message_loop_.RunUntilIdle(); |
} |
private: |
- MessageLoopForUI message_loop_; |
+ base::MessageLoopForUI message_loop_; |
TestBrowserThread ui_thread_; |
TestBrowserThread file_user_blocking_thread_; |
TestBrowserThread io_thread_; |