Index: chrome/browser/ui/app_list/app_list_controller_browsertest.cc |
diff --git a/chrome/browser/ui/app_list/app_list_controller_browsertest.cc b/chrome/browser/ui/app_list/app_list_controller_browsertest.cc |
index ad4a565f7bf6ac8ebef14541757d691f66082274..fa5a4c40df38fa583128cd941abddaeb8126466d 100644 |
--- a/chrome/browser/ui/app_list/app_list_controller_browsertest.cc |
+++ b/chrome/browser/ui/app_list/app_list_controller_browsertest.cc |
@@ -25,7 +25,7 @@ class AppListControllerBrowserTest : public InProcessBrowserTest { |
void OnProfileCreated(Profile* profile, Profile::CreateStatus status) { |
if (status == Profile::CREATE_STATUS_INITIALIZED) { |
profile2_ = profile; |
- MessageLoop::current()->Quit(); |
+ base::MessageLoop::current()->Quit(); |
} |
} |