Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Unified Diff: chrome/browser/chromeos/login/app_launch_controller.h

Issue 1870793002: Convert //chrome/browser/chromeos from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « chrome/browser/chromeos/locale_change_guard.h ('k') | chrome/browser/chromeos/login/auth/chrome_login_performer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698