Index: content/browser/geolocation/gps_location_provider_linux.cc |
diff --git a/content/browser/geolocation/gps_location_provider_linux.cc b/content/browser/geolocation/gps_location_provider_linux.cc |
index 0481c62fa41624f827f8f2995c40729326bb8491..e511e52d3aaf8eb3b1a7cb637988b5851d287fee 100644 |
--- a/content/browser/geolocation/gps_location_provider_linux.cc |
+++ b/content/browser/geolocation/gps_location_provider_linux.cc |
@@ -285,7 +285,7 @@ void GpsLocationProviderLinux::DoGpsPollTask() { |
void GpsLocationProviderLinux::ScheduleNextGpsPoll(int interval) { |
weak_factory_.InvalidateWeakPtrs(); |
- MessageLoop::current()->PostDelayedTask( |
+ base::MessageLoop::current()->PostDelayedTask( |
FROM_HERE, |
base::Bind(&GpsLocationProviderLinux::DoGpsPollTask, |
weak_factory_.GetWeakPtr()), |