| Index: chrome/browser/chromeos/login/wizard_controller.h
|
| diff --git a/chrome/browser/chromeos/login/wizard_controller.h b/chrome/browser/chromeos/login/wizard_controller.h
|
| index 284932964777dbfd25808ac355e8950b9e67d3c0..6e322349f7e66be40a120d3f0c91aeeffe4ad0a1 100644
|
| --- a/chrome/browser/chromeos/login/wizard_controller.h
|
| +++ b/chrome/browser/chromeos/login/wizard_controller.h
|
| @@ -372,7 +372,7 @@ class WizardController : public BaseScreenDelegate,
|
|
|
| base::OneShotTimer smooth_show_timer_;
|
|
|
| - OobeUI* oobe_ui_ = nullptr;
|
| + OobeUI* const oobe_ui_;
|
|
|
| // State of Usage stat/error reporting checkbox on EULA screen
|
| // during wizard lifetime.
|
|
|