| Index: chrome/browser/chromeos/power/login_lock_state_notifier.cc
|
| diff --git a/chrome/browser/chromeos/power/login_lock_state_notifier.cc b/chrome/browser/chromeos/power/login_lock_state_notifier.cc
|
| index 1414d3b1a84f354be2e9e0337c293d06fb650d45..f0e79cf458b46eb54e1334a27207de97720f7acb 100644
|
| --- a/chrome/browser/chromeos/power/login_lock_state_notifier.cc
|
| +++ b/chrome/browser/chromeos/power/login_lock_state_notifier.cc
|
| @@ -4,10 +4,10 @@
|
|
|
| #include "chrome/browser/chromeos/power/login_lock_state_notifier.h"
|
|
|
| -#include "ash/login_status.h"
|
| +#include "ash/common/login_status.h"
|
| +#include "ash/common/wm_shell.h"
|
| #include "ash/shell.h"
|
| #include "ash/system/tray/system_tray_delegate.h"
|
| -#include "ash/wm_shell.h"
|
| #include "base/logging.h"
|
| #include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/chromeos/login/lock/screen_locker.h"
|
|
|