| Index: chrome/browser/chromeos/login/lock/screen_locker.cc
|
| diff --git a/chrome/browser/chromeos/login/lock/screen_locker.cc b/chrome/browser/chromeos/login/lock/screen_locker.cc
|
| index 866c04530c4a2b246ad914dfbca5317223a419af..def73a8572c00599358506f60ebb35a467e49d9d 100644
|
| --- a/chrome/browser/chromeos/login/lock/screen_locker.cc
|
| +++ b/chrome/browser/chromeos/login/lock/screen_locker.cc
|
| @@ -9,10 +9,10 @@
|
|
|
| #include "ash/ash_switches.h"
|
| #include "ash/audio/sounds.h"
|
| +#include "ash/common/wm/window_state.h"
|
| +#include "ash/common/wm/wm_event.h"
|
| #include "ash/desktop_background/desktop_background_controller.h"
|
| #include "ash/shell.h"
|
| -#include "ash/wm/common/window_state.h"
|
| -#include "ash/wm/common/wm_event.h"
|
| #include "ash/wm/lock_state_controller.h"
|
| #include "ash/wm/window_state_aura.h"
|
| #include "ash/wm/window_util.h"
|
|
|