| 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..9d44f9fd0f74a5678b625b406063d2a39e000191 100644
|
| --- a/components/user_prefs/tracked/dictionary_hash_store_contents.h
|
| +++ b/components/user_prefs/tracked/dictionary_hash_store_contents.h
|
| @@ -31,6 +31,8 @@ class DictionaryHashStoreContents : public HashStoreContents {
|
| static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
|
|
|
| // HashStoreContents implementation
|
| + std::unique_ptr<HashStoreContents> MakeCopy() const override;
|
| + std::string GetUMASuffix() const override;
|
| void Reset() override;
|
| bool GetMac(const std::string& path, std::string* out_value) override;
|
| bool GetSplitMacs(const std::string& path,
|
|
|