Index: chrome/browser/sync/backend_migrator.cc |
diff --git a/chrome/browser/sync/backend_migrator.cc b/chrome/browser/sync/backend_migrator.cc |
index e960c35e3b860b8f53045e460e0cda18312dcf82..4c36477319b24717fb581f15eb1f686eadf258a8 100644 |
--- a/chrome/browser/sync/backend_migrator.cc |
+++ b/chrome/browser/sync/backend_migrator.cc |
@@ -115,10 +115,11 @@ 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)); |
+ weak_ptr_factory_.GetWeakPtr(), |
+ result)); |
} |
namespace { |