summaryrefslogtreecommitdiffstats
path: root/third_party/libaddressinput
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libaddressinput')
-rw-r--r--third_party/libaddressinput/chromium/chrome_storage_impl.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/libaddressinput/chromium/chrome_storage_impl.cc b/third_party/libaddressinput/chromium/chrome_storage_impl.cc
index 6c559bb..8fd5da4 100644
--- a/third_party/libaddressinput/chromium/chrome_storage_impl.cc
+++ b/third_party/libaddressinput/chromium/chrome_storage_impl.cc
@@ -25,7 +25,8 @@ void ChromeStorageImpl::Put(const std::string& key, std::string* data) {
scoped_ptr<base::StringValue> string_value(
new base::StringValue(std::string()));
string_value->GetString()->swap(*owned_data);
- backing_store_->SetValue(key, string_value.release());
+ backing_store_->SetValue(key, string_value.release(),
+ WriteablePrefStore::DEFAULT_PREF_WRITE_FLAGS);
}
void ChromeStorageImpl::Get(const std::string& key,