Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: components/user_prefs/tracked/pref_service_hash_store_contents.h

Issue 1908143002: Convert //components/user_prefs from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restore the rightful glory of <windows.h> Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/user_prefs/tracked/pref_service_hash_store_contents.h
diff --git a/components/user_prefs/tracked/pref_service_hash_store_contents.h b/components/user_prefs/tracked/pref_service_hash_store_contents.h
index 2b944e575b01c985771125bfe36630070f4dc59d..05417d81c8e720c5b3969f38744384a47fd91d64 100644
--- a/components/user_prefs/tracked/pref_service_hash_store_contents.h
+++ b/components/user_prefs/tracked/pref_service_hash_store_contents.h
@@ -58,7 +58,7 @@ class PrefServiceHashStoreContents : 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;

Powered by Google App Engine
This is Rietveld 408576698