Index: chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc |
diff --git a/chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc b/chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc |
index 7835a0ed08b1ed25a8b177150627150425c1c296..aedcfb21d33573d41755960b3f30c464b06eba73 100644 |
--- a/chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc |
+++ b/chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc |
@@ -86,8 +86,9 @@ class ProfileShortcutManagerTest : public testing::Test { |
} |
void RunPendingTasks() { |
- MessageLoop::current()->PostTask(FROM_HERE, MessageLoop::QuitClosure()); |
- MessageLoop::current()->Run(); |
+ base::MessageLoop::current()->PostTask(FROM_HERE, |
+ base::MessageLoop::QuitClosure()); |
+ base::MessageLoop::current()->Run(); |
} |
void SetupDefaultProfileShortcut(const tracked_objects::Location& location) { |
@@ -269,7 +270,7 @@ class ProfileShortcutManagerTest : public testing::Test { |
return system_shortcuts_directory; |
} |
- MessageLoopForUI message_loop_; |
+ base::MessageLoopForUI message_loop_; |
content::TestBrowserThread ui_thread_; |
content::TestBrowserThread file_thread_; |
scoped_ptr<TestingProfileManager> profile_manager_; |