| Index: chrome/browser/prefs/pref_hash_filter.h
|
| diff --git a/chrome/browser/prefs/pref_hash_filter.h b/chrome/browser/prefs/pref_hash_filter.h
|
| index 217396fdcb77733007ef3b9332822dc548d54bea..f195f1cc136a064abd132ffc33681461954430e3 100644
|
| --- a/chrome/browser/prefs/pref_hash_filter.h
|
| +++ b/chrome/browser/prefs/pref_hash_filter.h
|
| @@ -93,7 +93,7 @@ class PrefHashFilter : public InterceptablePrefFilter {
|
| // InterceptablePrefFilter implementation.
|
| virtual void FinalizeFilterOnLoad(
|
| const PostFilterOnLoadCallback& post_filter_on_load_callback,
|
| - scoped_ptr<base::DictionaryValue> pref_store_contents,
|
| + base::DictionaryValue* pref_store_contents,
|
| bool prefs_altered) OVERRIDE;
|
|
|
| // Callback to be invoked only once (and subsequently reset) on the next
|
|
|