| Index: base/prefs/pref_filter.h
|
| diff --git a/base/prefs/pref_filter.h b/base/prefs/pref_filter.h
|
| index d3fc8f1b7681b1c167c22f65e5bab11cf9f8c283..9c6ba66e36be5e072f67c98a14b1c3ac9187787d 100644
|
| --- a/base/prefs/pref_filter.h
|
| +++ b/base/prefs/pref_filter.h
|
| @@ -48,7 +48,7 @@ class BASE_PREFS_EXPORT PrefFilter {
|
| // Receives notification when the pref store is about to serialize data
|
| // contained in |pref_store_contents| to a string.
|
| virtual void FilterSerializeData(
|
| - const base::DictionaryValue* pref_store_contents) = 0;
|
| + base::DictionaryValue* pref_store_contents) = 0;
|
| };
|
|
|
| #endif // BASE_PREFS_PREF_FILTER_H_
|
|
|