Index: components/user_prefs/tracked/pref_service_hash_store_contents.cc |
diff --git a/components/user_prefs/tracked/pref_service_hash_store_contents.cc b/components/user_prefs/tracked/pref_service_hash_store_contents.cc |
index 8f8329ec4c44c50d0adb9a651a4ac1e856a82a6a..d175541281fa6e00d7675528a27f2ba55164b312 100644 |
--- a/components/user_prefs/tracked/pref_service_hash_store_contents.cc |
+++ b/components/user_prefs/tracked/pref_service_hash_store_contents.cc |
@@ -121,9 +121,9 @@ const base::DictionaryValue* PrefServiceHashStoreContents::GetContents() const { |
return hashes_dict; |
} |
-scoped_ptr<HashStoreContents::MutableDictionary> |
+std::unique_ptr<HashStoreContents::MutableDictionary> |
PrefServiceHashStoreContents::GetMutableContents() { |
- return scoped_ptr<HashStoreContents::MutableDictionary>( |
+ return std::unique_ptr<HashStoreContents::MutableDictionary>( |
new PrefServiceMutableDictionary(hash_store_id_, pref_service_)); |
} |