summaryrefslogtreecommitdiffstats
path: root/chrome/common/json_pref_store.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/json_pref_store.cc')
-rw-r--r--chrome/common/json_pref_store.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/json_pref_store.cc b/chrome/common/json_pref_store.cc
index ede2eed..f3bd776 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) {