| 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);
|
| };
|
|
|