| Index: chrome/browser/ui/webui/options/create_profile_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/create_profile_handler.h b/chrome/browser/ui/webui/options/create_profile_handler.h
|
| index 867f4560041f93ea2ef98ebc5087827f00280cc5..96d1bec0777c158d5019769f8be49df722405471 100644
|
| --- a/chrome/browser/ui/webui/options/create_profile_handler.h
|
| +++ b/chrome/browser/ui/webui/options/create_profile_handler.h
|
| @@ -156,7 +156,7 @@ class CreateProfileHandler: public OptionsPageUIHandler {
|
| bool IsValidExistingSupervisedUserId(
|
| const std::string& existing_supervised_user_id) const;
|
|
|
| - scoped_ptr<SupervisedUserRegistrationUtility>
|
| + std::unique_ptr<SupervisedUserRegistrationUtility>
|
| supervised_user_registration_utility_;
|
| #endif
|
|
|
|
|