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 09178e7f173c464548d81170f8388ad14d903077..b47d0e0bce45a3ce94bd5fa087909af9822ea447 100644 |
--- a/components/user_prefs/tracked/dictionary_hash_store_contents.h |
+++ b/components/user_prefs/tracked/dictionary_hash_store_contents.h |
@@ -35,7 +35,7 @@ class DictionaryHashStoreContents : public HashStoreContents { |
void Reset() override; |
bool IsInitialized() const override; |
const base::DictionaryValue* GetContents() const override; |
- scoped_ptr<MutableDictionary> GetMutableContents() override; |
+ std::unique_ptr<MutableDictionary> GetMutableContents() override; |
std::string GetSuperMac() const override; |
void SetSuperMac(const std::string& super_mac) override; |