Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1009)

Unified Diff: content/browser/geolocation/geolocation_provider.cc

Issue 14335017: content: Use base::MessageLoop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/geolocation/geolocation_provider.cc
diff --git a/content/browser/geolocation/geolocation_provider.cc b/content/browser/geolocation/geolocation_provider.cc
index 80420b9cca360660b16d5aaec76d92630b3fad7f..7a2b6897d1a3f7e6b165ee41d5e881e7c883b682 100644
--- a/content/browser/geolocation/geolocation_provider.cc
+++ b/content/browser/geolocation/geolocation_provider.cc
@@ -95,7 +95,7 @@ GeolocationProvider::~GeolocationProvider() {
}
bool GeolocationProvider::OnGeolocationThread() const {
- return MessageLoop::current() == message_loop();
+ return base::MessageLoop::current() == message_loop();
}
void GeolocationProvider::OnClientsChanged() {

Powered by Google App Engine
This is Rietveld 408576698