Index: chrome/browser/sync/backend_migrator.cc |
diff --git a/chrome/browser/sync/backend_migrator.cc b/chrome/browser/sync/backend_migrator.cc |
index 2c0472aebb0f2494063fa9f8d35705bc84c9a8e5..5a0967f96bd23c50376d14dac25e0dfbf62255ed 100644 |
--- a/chrome/browser/sync/backend_migrator.cc |
+++ b/chrome/browser/sync/backend_migrator.cc |
@@ -115,7 +115,7 @@ void BackendMigrator::OnConfigureDone( |
// |manager_|'s methods aren't re-entrant, and we're notified from |
// them, so post a task to avoid problems. |
SDVLOG(1) << "Posting OnConfigureDoneImpl"; |
- MessageLoop::current()->PostTask( |
+ base::MessageLoop::current()->PostTask( |
FROM_HERE, |
base::Bind(&BackendMigrator::OnConfigureDoneImpl, |
weak_ptr_factory_.GetWeakPtr(), result)); |