| Index: chrome/browser/chromeos/login/app_launch_controller.h
|
| diff --git a/chrome/browser/chromeos/login/app_launch_controller.h b/chrome/browser/chromeos/login/app_launch_controller.h
|
| index 3a41b0a5961f744b862348f8a78db1b85fa04452..a540a67cef5888b5a6c185fb813c0eeec1ef351d 100644
|
| --- a/chrome/browser/chromeos/login/app_launch_controller.h
|
| +++ b/chrome/browser/chromeos/login/app_launch_controller.h
|
| @@ -120,10 +120,10 @@ class AppLaunchController
|
| LoginDisplayHost* host_ = nullptr;
|
| OobeUI* oobe_ui_ = nullptr;
|
| AppLaunchSplashScreenActor* app_launch_splash_screen_actor_ = nullptr;
|
| - scoped_ptr<KioskProfileLoader> kiosk_profile_loader_;
|
| - scoped_ptr<StartupAppLauncher> startup_app_launcher_;
|
| - scoped_ptr<AppLaunchSigninScreen> signin_screen_;
|
| - scoped_ptr<AppWindowWatcher> app_window_watcher_;
|
| + std::unique_ptr<KioskProfileLoader> kiosk_profile_loader_;
|
| + std::unique_ptr<StartupAppLauncher> startup_app_launcher_;
|
| + std::unique_ptr<AppLaunchSigninScreen> signin_screen_;
|
| + std::unique_ptr<AppWindowWatcher> app_window_watcher_;
|
|
|
| content::NotificationRegistrar registrar_;
|
| bool webui_visible_ = false;
|
|
|