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

Unified Diff: ios/crnet/sdch_owner_pref_storage.h

Issue 1861593005: Convert //ios from scoped_ptr to std::unique_ptr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add header 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: ios/crnet/sdch_owner_pref_storage.h
diff --git a/ios/crnet/sdch_owner_pref_storage.h b/ios/crnet/sdch_owner_pref_storage.h
index fbb177e6d801f858028ce9d07e19e6765686357f..e09afcae5cfba910c67b1d4e2549f3b21a15390e 100644
--- a/ios/crnet/sdch_owner_pref_storage.h
+++ b/ios/crnet/sdch_owner_pref_storage.h
@@ -24,7 +24,7 @@ class SdchOwnerPrefStorage
ReadError GetReadError() const override;
bool GetValue(const base::DictionaryValue** result) const override;
bool GetMutableValue(base::DictionaryValue** result) override;
- void SetValue(scoped_ptr<base::DictionaryValue> value) override;
+ void SetValue(std::unique_ptr<base::DictionaryValue> value) override;
void ReportValueChanged() override;
bool IsInitializationComplete() override;
void StartObservingInit(net::SdchOwner* observer) override;

Powered by Google App Engine
This is Rietveld 408576698