Index: chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc |
diff --git a/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc b/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc |
index 2117b99aff699cb649f8a21e141e08613a6d727b..8085ddc5a7f26876ed1a10e5326ef71267d95ed2 100644 |
--- a/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc |
+++ b/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc |
@@ -153,11 +153,11 @@ class ProfileSigninConfirmationHelperTest : public testing::Test { |
// TestExtensionSystem uses DeleteSoon, so we need to delete the profile |
// and then run the message queue to clean up. |
profile_.reset(); |
- MessageLoop::current()->RunUntilIdle(); |
+ base::MessageLoop::current()->RunUntilIdle(); |
} |
protected: |
- MessageLoopForUI message_loop_; |
+ base::MessageLoopForUI message_loop_; |
content::TestBrowserThread ui_thread_; |
scoped_ptr<TestingProfile> profile_; |
TestingPrefStoreWithCustomReadError* user_prefs_; |