summaryrefslogtreecommitdiffstats
path: root/base/prefs/pref_service.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/prefs/pref_service.cc')
-rw-r--r--base/prefs/pref_service.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/prefs/pref_service.cc b/base/prefs/pref_service.cc
index babe40a..3e26fc6 100644
--- a/base/prefs/pref_service.cc
+++ b/base/prefs/pref_service.cc
@@ -79,7 +79,7 @@ void PrefService::InitFromStorage(bool async) {
read_error_callback_.Run(user_pref_store_->ReadPrefs());
} else {
// Guarantee that initialization happens after this function returned.
- MessageLoop::current()->PostTask(
+ base::MessageLoop::current()->PostTask(
FROM_HERE,
base::Bind(&PersistentPrefStore::ReadPrefsAsync,
user_pref_store_.get(),