| Index: ash/common/wm/wm_toplevel_window_event_handler.cc
|
| diff --git a/ash/wm/common/wm_toplevel_window_event_handler.cc b/ash/common/wm/wm_toplevel_window_event_handler.cc
|
| similarity index 98%
|
| rename from ash/wm/common/wm_toplevel_window_event_handler.cc
|
| rename to ash/common/wm/wm_toplevel_window_event_handler.cc
|
| index 349411ced6f2f7d5bd29e59379584010db3e182e..6c5e9bbdbe51820680092a0add56f35880fa4428 100644
|
| --- a/ash/wm/common/wm_toplevel_window_event_handler.cc
|
| +++ b/ash/common/wm/wm_toplevel_window_event_handler.cc
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/wm/common/wm_toplevel_window_event_handler.h"
|
| -
|
| -#include "ash/wm/common/window_resizer.h"
|
| -#include "ash/wm/common/window_state.h"
|
| -#include "ash/wm/common/window_state_observer.h"
|
| -#include "ash/wm/common/wm_event.h"
|
| -#include "ash/wm/common/wm_globals.h"
|
| -#include "ash/wm/common/wm_window.h"
|
| -#include "ash/wm/common/wm_window_observer.h"
|
| +#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/wm_globals.h"
|
| +#include "ash/common/wm/wm_window.h"
|
| +#include "ash/common/wm/wm_window_observer.h"
|
| #include "ui/base/hit_test.h"
|
| #include "ui/events/event.h"
|
|
|
|
|