| 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 aa6cfc6fdcff87b3edebcc8018bd6a36a1f41e8c..c1f44d527a67973cd007e11b4a0d6fbdf1225e67 100644
|
| --- a/chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.h
|
| +++ b/chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.h
|
| @@ -22,7 +22,6 @@ class Profile;
|
|
|
| namespace chromeos {
|
|
|
| -class ErrorScreensHistogramHelper;
|
| class NetworkState;
|
| class ScreenManager;
|
|
|
| @@ -145,8 +144,6 @@ 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);
|
|
|