| Index: ash/wm/lock_layout_manager.cc
|
| diff --git a/ash/common/wm/lock_layout_manager.cc b/ash/wm/lock_layout_manager.cc
|
| similarity index 95%
|
| rename from ash/common/wm/lock_layout_manager.cc
|
| rename to ash/wm/lock_layout_manager.cc
|
| index d66c5d4289d8daab472fb3a1b0a553894cc49366..d6b776672628186e5c63e8b02cdefff956b4990f 100644
|
| --- a/ash/common/wm/lock_layout_manager.cc
|
| +++ b/ash/wm/lock_layout_manager.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/common/wm/lock_layout_manager.h"
|
| +#include "ash/wm/lock_layout_manager.h"
|
|
|
| -#include "ash/common/wm/lock_window_state.h"
|
| -#include "ash/common/wm/window_state.h"
|
| -#include "ash/common/wm/wm_event.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/common/wm_window.h"
|
| +#include "ash/wm/lock_window_state.h"
|
| +#include "ash/wm/window_state.h"
|
| +#include "ash/wm/wm_event.h"
|
| #include "ui/events/event.h"
|
| #include "ui/keyboard/keyboard_controller.h"
|
| #include "ui/keyboard/keyboard_util.h"
|
|
|