| Index: components/user_prefs/tracked/pref_hash_store_impl.h
|
| diff --git a/components/user_prefs/tracked/pref_hash_store_impl.h b/components/user_prefs/tracked/pref_hash_store_impl.h
|
| index 4a2520f0d891f71f63a029a372706205f1bc5ab1..a532cd2011b715f07b3f3263b4583fd196b38cad 100644
|
| --- a/components/user_prefs/tracked/pref_hash_store_impl.h
|
| +++ b/components/user_prefs/tracked/pref_hash_store_impl.h
|
| @@ -47,7 +47,7 @@ class PrefHashStoreImpl : public PrefHashStore {
|
|
|
| // PrefHashStore implementation.
|
| std::unique_ptr<PrefHashStoreTransaction> BeginTransaction(
|
| - std::unique_ptr<HashStoreContents> storage) override;
|
| + HashStoreContents* storage) override;
|
|
|
| private:
|
| class PrefHashStoreTransactionImpl;
|
|
|