Index: chrome/browser/geolocation/geolocation_browsertest.cc |
diff --git a/chrome/browser/geolocation/geolocation_browsertest.cc b/chrome/browser/geolocation/geolocation_browsertest.cc |
index 8b715c7a0cbfc0d79502551171ce4e66124e8acc..797b401a8dfa8855881396ff2045d4b781888f3e 100644 |
--- a/chrome/browser/geolocation/geolocation_browsertest.cc |
+++ b/chrome/browser/geolocation/geolocation_browsertest.cc |
@@ -116,7 +116,7 @@ void IFrameLoader::Observe(int type, |
javascript_completed_ = true; |
} |
if (javascript_completed_ && navigation_completed_) |
- MessageLoopForUI::current()->Quit(); |
+ base::MessageLoopForUI::current()->Quit(); |
} |
@@ -194,9 +194,9 @@ void GeolocationNotificationObserver::Observe( |
// We're either waiting for just the inforbar, or for both a javascript |
// prompt and response. |
if (wait_for_infobar_ && infobar_) |
- MessageLoopForUI::current()->Quit(); |
+ base::MessageLoopForUI::current()->Quit(); |
else if (navigation_completed_ && !javascript_response_.empty()) |
- MessageLoopForUI::current()->Quit(); |
+ base::MessageLoopForUI::current()->Quit(); |
} |
void GeolocationNotificationObserver::AddWatchAndWaitForNotification( |