| 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 41f349868329c30e33a677ce695f1e472adec2bd..30e61929a15c09599f03170245d4f4aebcf5820b 100644
|
| --- a/chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.h
|
| +++ b/chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.h
|
| @@ -22,6 +22,7 @@ class Profile;
|
|
|
| namespace chromeos {
|
|
|
| +class ErrorScreensHistogramHelper;
|
| class NetworkState;
|
|
|
| // Class that controls screen showing ui for supervised user creation.
|
| @@ -141,6 +142,8 @@ class SupervisedUserCreationScreen
|
| bool apply_photo_after_decoding_;
|
| int selected_image_;
|
|
|
| + scoped_ptr<ErrorScreensHistogramHelper> histogram_helper_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(SupervisedUserCreationScreen);
|
| };
|
|
|
|
|