| 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 14d5048f3c04ef92d80c8608e5a61e20c7b05003..142b3e68ecbecd89b73d8889874a22719a91006d 100644
|
| --- a/chrome/browser/chromeos/login/wizard_controller.h
|
| +++ b/chrome/browser/chromeos/login/wizard_controller.h
|
| @@ -219,7 +219,7 @@ class WizardController : public ScreenObserver {
|
|
|
| base::OneShotTimer<WizardController> smooth_show_timer_;
|
|
|
| - scoped_ptr<OobeDisplay> oobe_display_;
|
| + OobeDisplay* oobe_display_;
|
|
|
| // State of Usage stat/error reporting checkbox on EULA screen
|
| // during wizard lifetime.
|
|
|