Index: base/prefs/json_pref_store.cc |
diff --git a/base/prefs/json_pref_store.cc b/base/prefs/json_pref_store.cc |
index a753daea43ed78345ce8fdee77994eb03ac79149..ff3c232a39abe3b008e71ec6fa065eab853b840c 100644 |
--- a/base/prefs/json_pref_store.cc |
+++ b/base/prefs/json_pref_store.cc |
@@ -130,7 +130,7 @@ void FileThreadDeserializer::HandleErrors( |
// want to differentiate between recent and long ago errors. |
if (file_util::PathExists(bad)) |
*error = PersistentPrefStore::PREF_READ_ERROR_JSON_REPEAT; |
- file_util::Move(path, bad); |
+ base::Move(path, bad); |
break; |
} |
} else if (!value->IsType(base::Value::TYPE_DICTIONARY)) { |