Index: chrome/browser/service/service_process_control.cc |
diff --git a/chrome/browser/service/service_process_control.cc b/chrome/browser/service/service_process_control.cc |
index 72f61cde89c1fde83ea156b22ea246b9e5e5af42..70b01574d587a8997ae18e1e46a7f3553a87216b 100644 |
--- a/chrome/browser/service/service_process_control.cc |
+++ b/chrome/browser/service/service_process_control.cc |
@@ -290,7 +290,7 @@ void ServiceProcessControl::Launcher::DoDetectLaunched() { |
// If the service process is not launched yet then check again in 2 seconds. |
const base::TimeDelta kDetectLaunchRetry = base::TimeDelta::FromSeconds(2); |
- MessageLoop::current()->PostDelayedTask( |
+ base::MessageLoop::current()->PostDelayedTask( |
FROM_HERE, base::Bind(&Launcher::DoDetectLaunched, this), |
kDetectLaunchRetry); |
} |