| 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 c1f44d527a67973cd007e11b4a0d6fbdf1225e67..aa6cfc6fdcff87b3edebcc8018bd6a36a1f41e8c 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 ScreenManager;
|
|
|
| @@ -144,6 +145,8 @@ class SupervisedUserCreationScreen
|
| bool apply_photo_after_decoding_;
|
| int selected_image_;
|
|
|
| + scoped_ptr<ErrorScreensHistogramHelper> histogram_helper_;
|
| +
|
| base::WeakPtrFactory<SupervisedUserCreationScreen> weak_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SupervisedUserCreationScreen);
|
|
|