| 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 a42698868f23c88142e88ed2508161594f2a9a06..265857bf8d703648bb6566ddd837e49ff0463fc2 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);
|
|
|