Index: chrome/common/json_pref_store.cc |
diff --git a/chrome/common/json_pref_store.cc b/chrome/common/json_pref_store.cc |
index ede2eeda68d1a0567b9cf8d13d1012615e4b0991..f3bd776dce11acb11d5dda4a116f3ce9ae683929 100644 |
--- a/chrome/common/json_pref_store.cc |
+++ b/chrome/common/json_pref_store.cc |
@@ -30,7 +30,7 @@ class FileThreadDeserializer |
error_(PersistentPrefStore::PREF_READ_ERROR_NONE), |
delegate_(delegate), |
file_loop_proxy_(file_loop_proxy), |
- origin_loop_proxy_(base::MessageLoopProxy::CreateForCurrentThread()) { |
+ origin_loop_proxy_(base::MessageLoopProxy::current()) { |
} |
void Start(const FilePath& path) { |