diff options
Diffstat (limited to 'chrome/browser/prefs/pref_value_store.h')
-rw-r--r-- | chrome/browser/prefs/pref_value_store.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/prefs/pref_value_store.h b/chrome/browser/prefs/pref_value_store.h index bddbdaa..e477d1d 100644 --- a/chrome/browser/prefs/pref_value_store.h +++ b/chrome/browser/prefs/pref_value_store.h @@ -78,7 +78,7 @@ class PrefValueStore { // Preference::GetValue() instead of calling this method directly. bool GetValue(const std::string& name, Value::ValueType type, - Value** out_value) const; + const Value** out_value) const; // These methods return true if a preference with the given name is in the // indicated pref store, even if that value is currently being overridden by @@ -195,7 +195,7 @@ class PrefValueStore { // Get a value from the specified store type. bool GetValueFromStore(const char* name, PrefStoreType store, - Value** out_value) const; + const Value** out_value) const; // Called upon changes in individual pref stores in order to determine whether // the user-visible pref value has changed. Triggers the change notification |