| Index: components/user_prefs/tracked/registry_hash_store_contents_win.h
|
| diff --git a/components/user_prefs/tracked/registry_hash_store_contents_win.h b/components/user_prefs/tracked/registry_hash_store_contents_win.h
|
| index 580240f1b3b1085aefb4d3c248a76d9af4bc1d03..d5cee4ddf7f34ba321cc632e690d4d9176f72d85 100644
|
| --- a/components/user_prefs/tracked/registry_hash_store_contents_win.h
|
| +++ b/components/user_prefs/tracked/registry_hash_store_contents_win.h
|
| @@ -18,6 +18,7 @@ class RegistryHashStoreContentsWin : public HashStoreContents {
|
| const base::string16& profile_name);
|
|
|
| // HashStoreContents overrides:
|
| + HashStoreContentsType GetType() const override;
|
| void Reset() override;
|
| bool GetMac(const std::string& path, std::string* out_value) override;
|
| bool GetSplitMacs(const std::string& path,
|
|
|