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

Unified Diff: chrome/browser/ui/webui/options/supervised_user_create_confirm_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/options/supervised_user_create_confirm_handler.h
diff --git a/chrome/browser/ui/webui/options/supervised_user_create_confirm_handler.h b/chrome/browser/ui/webui/options/supervised_user_create_confirm_handler.h
index a2593fd129a706dc7273b81d19e85822bf176ae4..cf18d3c260fc65c57183816b256d35f6cd977bfb 100644
--- a/chrome/browser/ui/webui/options/supervised_user_create_confirm_handler.h
+++ b/chrome/browser/ui/webui/options/supervised_user_create_confirm_handler.h
@@ -39,7 +39,7 @@ class SupervisedUserCreateConfirmHandler : public OptionsPageUIHandler {
// Observes the ProfileAttributesStorage and gets notified when a profile has
// been modified, so that the dialog can be updated or closed.
- scoped_ptr<ProfileUpdateObserver> profile_update_observer_;
+ std::unique_ptr<ProfileUpdateObserver> profile_update_observer_;
DISALLOW_COPY_AND_ASSIGN(SupervisedUserCreateConfirmHandler);
};

Powered by Google App Engine
This is Rietveld 408576698