Index: chrome/browser/ui/startup/startup_browser_creator_browsertest.cc |
diff --git a/chrome/browser/ui/startup/startup_browser_creator_browsertest.cc b/chrome/browser/ui/startup/startup_browser_creator_browsertest.cc |
index e82d2e4de1fc2c09f7de31a3edc96effbfa79701..05eb3a421da0b735cc359c879ce56256be6ec612 100644 |
--- a/chrome/browser/ui/startup/startup_browser_creator_browsertest.cc |
+++ b/chrome/browser/ui/startup/startup_browser_creator_browsertest.cc |
@@ -673,7 +673,7 @@ IN_PROC_BROWSER_TEST_F(StartupBrowserCreatorTest, UpdateWithTwoProfiles) { |
while (SessionRestore::IsRestoring(profile1) || |
SessionRestore::IsRestoring(profile2)) |
- MessageLoop::current()->RunUntilIdle(); |
+ base::MessageLoop::current()->RunUntilIdle(); |
// The startup URLs are ignored, and instead the last open sessions are |
// restored. |
@@ -766,7 +766,7 @@ IN_PROC_BROWSER_TEST_F(StartupBrowserCreatorTest, |
SessionRestore::IsRestoring(profile_home2) || |
SessionRestore::IsRestoring(profile_last) || |
SessionRestore::IsRestoring(profile_urls)) |
- MessageLoop::current()->RunUntilIdle(); |
+ base::MessageLoop::current()->RunUntilIdle(); |
Browser* new_browser = NULL; |
// The last open profile (the profile_home1 in this case) will always be |