Index: chrome/browser/captive_portal/captive_portal_browsertest.cc |
diff --git a/chrome/browser/captive_portal/captive_portal_browsertest.cc b/chrome/browser/captive_portal/captive_portal_browsertest.cc |
index df3c769b90a90836a25b02004e5ae2838b49fd5f..7f97e9b2b7a9143594a40176dcf5c8c043217faa 100644 |
--- a/chrome/browser/captive_portal/captive_portal_browsertest.cc |
+++ b/chrome/browser/captive_portal/captive_portal_browsertest.cc |
@@ -290,7 +290,7 @@ void URLRequestTimeoutOnDemandJob::MaybeStopWaitingForJobsOnIOThread() { |
last_num_jobs_to_wait_for_ = num_jobs_to_wait_for_; |
num_jobs_to_wait_for_ = 0; |
BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, |
- MessageLoop::QuitClosure()); |
+ base::MessageLoop::QuitClosure()); |
} |
} |
@@ -579,7 +579,7 @@ void MultiNavigationObserver::Observe( |
if (waiting_for_navigation_ && |
num_navigations_to_wait_for_ == num_navigations_) { |
waiting_for_navigation_ = false; |
- MessageLoopForUI::current()->Quit(); |
+ base::MessageLoopForUI::current()->Quit(); |
} |
} |
@@ -668,7 +668,7 @@ void FailLoadsAfterLoginObserver::Observe( |
tabs_needing_navigation_.size() == |
tabs_navigated_to_final_destination_.size()) { |
waiting_for_navigation_ = false; |
- MessageLoopForUI::current()->Quit(); |
+ base::MessageLoopForUI::current()->Quit(); |
} |
} |
@@ -762,7 +762,7 @@ void CaptivePortalObserver::Observe( |
if (waiting_for_result_ && |
num_results_to_wait_for_ == num_results_received_) { |
waiting_for_result_ = false; |
- MessageLoop::current()->Quit(); |
+ base::MessageLoop::current()->Quit(); |
} |
} |