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

Unified Diff: chrome/browser/ui/webui/supervised_user_internals_message_handler.h

Issue 1865213004: Convert //chrome/browser/ui from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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: chrome/browser/ui/webui/supervised_user_internals_message_handler.h
diff --git a/chrome/browser/ui/webui/supervised_user_internals_message_handler.h b/chrome/browser/ui/webui/supervised_user_internals_message_handler.h
index b416e771571e3b905c46ea57795705ce78dfdc87..161b5d0a8eff50da7e136ab227ded157960c7578 100644
--- a/chrome/browser/ui/webui/supervised_user_internals_message_handler.h
+++ b/chrome/browser/ui/webui/supervised_user_internals_message_handler.h
@@ -56,8 +56,9 @@ class SupervisedUserInternalsMessageHandler
supervised_user_error_page::FilteringBehaviorReason reason,
bool uncertain);
- scoped_ptr<base::CallbackList<void(
- const base::DictionaryValue*)>::Subscription> user_settings_subscription_;
+ std::unique_ptr<
+ base::CallbackList<void(const base::DictionaryValue*)>::Subscription>
+ user_settings_subscription_;
scoped_refptr<IOThreadHelper> io_thread_helper_;
« no previous file with comments | « chrome/browser/ui/webui/site_settings_helper.cc ('k') | chrome/browser/ui/webui/supervised_user_internals_message_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698