| Index: ash/wm/wm_toplevel_window_event_handler.h
|
| diff --git a/ash/common/wm/wm_toplevel_window_event_handler.h b/ash/wm/wm_toplevel_window_event_handler.h
|
| similarity index 93%
|
| rename from ash/common/wm/wm_toplevel_window_event_handler.h
|
| rename to ash/wm/wm_toplevel_window_event_handler.h
|
| index 161b62745ab0dd0a3844aa4cb347c4ff857f314f..9b273f5773655fa9aee8c3390305d8e0425b00aa 100644
|
| --- a/ash/common/wm/wm_toplevel_window_event_handler.h
|
| +++ b/ash/wm/wm_toplevel_window_event_handler.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_COMMON_WM_WM_TOPLEVEL_WINDOW_EVENT_HANDLER_H_
|
| -#define ASH_COMMON_WM_WM_TOPLEVEL_WINDOW_EVENT_HANDLER_H_
|
| +#ifndef ASH_WM_WM_TOPLEVEL_WINDOW_EVENT_HANDLER_H_
|
| +#define ASH_WM_WM_TOPLEVEL_WINDOW_EVENT_HANDLER_H_
|
|
|
| #include <memory>
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/common/wm/wm_types.h"
|
| -#include "ash/common/wm_display_observer.h"
|
| +#include "ash/wm/wm_types.h"
|
| +#include "ash/wm_display_observer.h"
|
| #include "base/callback.h"
|
| #include "base/macros.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| @@ -125,4 +125,4 @@ class ASH_EXPORT WmToplevelWindowEventHandler : public WmDisplayObserver {
|
| } // namespace wm
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_WM_WM_TOPLEVEL_WINDOW_EVENT_HANDLER_H_
|
| +#endif // ASH_WM_WM_TOPLEVEL_WINDOW_EVENT_HANDLER_H_
|
|
|