| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 72fac6a55ab24a15cab0393890a9edc6d0f2c3a1..5a2b3cc93f7394e7c90626ac2ea2fd6154fbe458 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -44,6 +44,7 @@
|
| #include "ash/ime/input_method_event_handler.h"
|
| #include "ash/keyboard/keyboard_ui.h"
|
| #include "ash/laser/laser_pointer_controller.h"
|
| +#include "ash/login/lock_screen_controller.h"
|
| #include "ash/login_status.h"
|
| #include "ash/magnifier/magnification_controller.h"
|
| #include "ash/magnifier/partial_magnification_controller.h"
|
| @@ -561,6 +562,7 @@ Shell::Shell(std::unique_ptr<ShellDelegate> shell_delegate,
|
| base::MakeUnique<KeyboardBrightnessController>()),
|
| locale_notification_controller_(
|
| base::MakeUnique<LocaleNotificationController>()),
|
| + lock_screen_controller_(base::MakeUnique<LockScreenController>()),
|
| media_controller_(base::MakeUnique<MediaController>()),
|
| new_window_controller_(base::MakeUnique<NewWindowController>()),
|
| session_controller_(base::MakeUnique<SessionController>()),
|
|
|