Index: chrome/browser/sync/glue/data_type_manager_impl.cc |
diff --git a/chrome/browser/sync/glue/data_type_manager_impl.cc b/chrome/browser/sync/glue/data_type_manager_impl.cc |
index a4878665874cc7f56ed6b6d010f5e88e727f57e2..5675c01fa76f18e97bb2ea34991e8c6f32d17238 100644 |
--- a/chrome/browser/sync/glue/data_type_manager_impl.cc |
+++ b/chrome/browser/sync/glue/data_type_manager_impl.cc |
@@ -167,7 +167,7 @@ bool DataTypeManagerImpl::ProcessReconfigure() { |
// Unwind the stack before executing configure. The method configure and its |
// callees are not re-entrant. |
- MessageLoop::current()->PostTask( |
+ base::MessageLoop::current()->PostTask( |
FROM_HERE, |
base::Bind(&DataTypeManagerImpl::ConfigureImpl, |
weak_ptr_factory_.GetWeakPtr(), |