Index: chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.h |
diff --git a/chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.h b/chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.h |
index 227bc55b0a8d1582a5a5ae9d9227b2c310a5a08a..63780ea548873512028b31beaeb27345e4221b4c 100644 |
--- a/chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.h |
+++ b/chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.h |
@@ -127,8 +127,8 @@ class SupervisedUserCreationScreen |
SupervisedUserCreationScreenHandler* actor_; |
- scoped_ptr<SupervisedUserCreationController> controller_; |
- scoped_ptr<base::DictionaryValue> existing_users_; |
+ std::unique_ptr<SupervisedUserCreationController> controller_; |
+ std::unique_ptr<base::DictionaryValue> existing_users_; |
bool on_error_screen_; |
bool manager_signin_in_progress_; |
@@ -140,7 +140,7 @@ class SupervisedUserCreationScreen |
bool apply_photo_after_decoding_; |
int selected_image_; |
- scoped_ptr<ErrorScreensHistogramHelper> histogram_helper_; |
+ std::unique_ptr<ErrorScreensHistogramHelper> histogram_helper_; |
base::WeakPtrFactory<SupervisedUserCreationScreen> weak_factory_; |