summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/login/login_display_host_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/login/login_display_host_impl.cc')
-rw-r--r--chrome/browser/chromeos/login/login_display_host_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/login/login_display_host_impl.cc b/chrome/browser/chromeos/login/login_display_host_impl.cc
index 173eebe..399788a 100644
--- a/chrome/browser/chromeos/login/login_display_host_impl.cc
+++ b/chrome/browser/chromeos/login/login_display_host_impl.cc
@@ -370,7 +370,7 @@ LoginDisplayHostImpl::~LoginDisplayHostImpl() {
chromeos::UserManager::Get()->IsCurrentUserNew()) {
// FirstRunController manages its lifetime and destructs after tutorial
// completion.
- (new FirstRunController())->Start();
+ FirstRunController::Start();
}
// TODO(tengs): This should be refactored together with the first run UI.