summaryrefslogtreecommitdiffstats
path: root/content/browser/geolocation/win7_location_provider_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/geolocation/win7_location_provider_win.cc')
-rw-r--r--content/browser/geolocation/win7_location_provider_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/geolocation/win7_location_provider_win.cc b/content/browser/geolocation/win7_location_provider_win.cc
index 66f88a0..ae33c2f 100644
--- a/content/browser/geolocation/win7_location_provider_win.cc
+++ b/content/browser/geolocation/win7_location_provider_win.cc
@@ -91,7 +91,7 @@ void Win7LocationProvider::DoPollTask() {
}
void Win7LocationProvider::ScheduleNextPoll(int interval) {
- MessageLoop::current()->PostDelayedTask(
+ base::MessageLoop::current()->PostDelayedTask(
FROM_HERE,
base::Bind(&Win7LocationProvider::DoPollTask, weak_factory_.GetWeakPtr()),
base::TimeDelta::FromMilliseconds(interval));