Chromium Code Reviews| Index: components/user_prefs/tracked/pref_hash_store.h |
| diff --git a/components/user_prefs/tracked/pref_hash_store.h b/components/user_prefs/tracked/pref_hash_store.h |
| index 3e5cc262ae719bf00d5ca3a33f8e5fb91f8bae8f..67808fd3939d006b3f88649ea4b3d3f826bd49b8 100644 |
| --- a/components/user_prefs/tracked/pref_hash_store.h |
| +++ b/components/user_prefs/tracked/pref_hash_store.h |
| @@ -12,6 +12,7 @@ |
| #include "components/user_prefs/tracked/pref_hash_store_transaction.h" |
| class HashStoreContents; |
| +class PrefHashStoreTransaction; |
| // Holds the configuration and implementation used to calculate and verify |
| // preference MACs. |