diff options
Diffstat (limited to 'chrome/browser/prefs/value_map_pref_store.cc')
-rw-r--r-- | chrome/browser/prefs/value_map_pref_store.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/prefs/value_map_pref_store.cc b/chrome/browser/prefs/value_map_pref_store.cc index 58c4016..4d2c8ca 100644 --- a/chrome/browser/prefs/value_map_pref_store.cc +++ b/chrome/browser/prefs/value_map_pref_store.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -14,7 +14,7 @@ ValueMapPrefStore::ValueMapPrefStore() {} ValueMapPrefStore::~ValueMapPrefStore() {} PrefStore::ReadResult ValueMapPrefStore::GetValue(const std::string& key, - Value** value) const { + const Value** value) const { return prefs_.GetValue(key, value) ? READ_OK : READ_NO_VALUE; } |