| Index: ash/wm/wm_toplevel_window_event_handler.cc
|
| diff --git a/ash/common/wm/wm_toplevel_window_event_handler.cc b/ash/wm/wm_toplevel_window_event_handler.cc
|
| similarity index 98%
|
| rename from ash/common/wm/wm_toplevel_window_event_handler.cc
|
| rename to ash/wm/wm_toplevel_window_event_handler.cc
|
| index 5e670b95698039921d09295d4ce51e8122ff8ad9..e4532cbd2bead32c7e3fb75ac7cd9094454df9b0 100644
|
| --- a/ash/common/wm/wm_toplevel_window_event_handler.cc
|
| +++ b/ash/wm/wm_toplevel_window_event_handler.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/common/wm/wm_toplevel_window_event_handler.h"
|
| -
|
| -#include "ash/common/wm/window_resizer.h"
|
| -#include "ash/common/wm/window_state.h"
|
| -#include "ash/common/wm/window_state_observer.h"
|
| -#include "ash/common/wm/wm_event.h"
|
| -#include "ash/common/wm_shell.h"
|
| -#include "ash/common/wm_window.h"
|
| +#include "ash/wm/wm_toplevel_window_event_handler.h"
|
| +
|
| +#include "ash/wm/window_resizer.h"
|
| +#include "ash/wm/window_state.h"
|
| +#include "ash/wm/window_state_observer.h"
|
| +#include "ash/wm/wm_event.h"
|
| +#include "ash/wm_shell.h"
|
| +#include "ash/wm_window.h"
|
| #include "ui/aura/window.h"
|
| #include "ui/aura/window_observer.h"
|
| #include "ui/base/hit_test.h"
|
|
|