Index: components/user_prefs/tracked/dictionary_hash_store_contents.h |
diff --git a/components/user_prefs/tracked/dictionary_hash_store_contents.h b/components/user_prefs/tracked/dictionary_hash_store_contents.h |
index aa647ea23a52e1cb3778d82bb107e9d8baa4a712..dec5eca4e591870da35eedebdb68121f1c84441c 100644 |
--- a/components/user_prefs/tracked/dictionary_hash_store_contents.h |
+++ b/components/user_prefs/tracked/dictionary_hash_store_contents.h |
@@ -31,6 +31,7 @@ class DictionaryHashStoreContents : public HashStoreContents { |
static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry); |
// HashStoreContents implementation |
+ HashStoreContentsType GetType() const override; |
void Reset() override; |
bool GetMac(const std::string& path, std::string* out_value) override; |
bool GetSplitMacs(const std::string& path, |