Index: content/browser/geolocation/network_location_provider.cc |
diff --git a/content/browser/geolocation/network_location_provider.cc b/content/browser/geolocation/network_location_provider.cc |
index e4aac7499b6f0f664261615d37ab7f1140b3004b..8cf98bb63bada2c2561b567070f0dfbc5b91af68 100644 |
--- a/content/browser/geolocation/network_location_provider.cc |
+++ b/content/browser/geolocation/network_location_provider.cc |
@@ -194,7 +194,7 @@ bool NetworkLocationProvider::StartProvider(bool high_accuracy) { |
// provider and it will be deleted by ref counting. |
wifi_data_provider_ = WifiDataProvider::Register(this); |
- MessageLoop::current()->PostDelayedTask( |
+ base::MessageLoop::current()->PostDelayedTask( |
FROM_HERE, |
base::Bind(&NetworkLocationProvider::RequestPosition, |
weak_factory_.GetWeakPtr()), |