| Index: ash/wm/wm_event.h
|
| diff --git a/ash/common/wm/wm_event.h b/ash/wm/wm_event.h
|
| similarity index 96%
|
| rename from ash/common/wm/wm_event.h
|
| rename to ash/wm/wm_event.h
|
| index e26ba78d46a83d1b66ef46185323a2a90b672cfa..c6b6f96d65a14ca0fdb7e1ddb60703de267640e6 100644
|
| --- a/ash/common/wm/wm_event.h
|
| +++ b/ash/wm/wm_event.h
|
| @@ -2,11 +2,11 @@
|
| // 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_EVENT_H_
|
| -#define ASH_COMMON_WM_WM_EVENT_H_
|
| +#ifndef ASH_WM_WM_EVENT_H_
|
| +#define ASH_WM_WM_EVENT_H_
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/common/wm/wm_types.h"
|
| +#include "ash/wm/wm_types.h"
|
| #include "base/macros.h"
|
| #include "ui/gfx/geometry/rect.h"
|
|
|
| @@ -126,4 +126,4 @@ class ASH_EXPORT SetBoundsEvent : public WMEvent {
|
| } // namespace wm
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_WM_WM_EVENT_H_
|
| +#endif // ASH_WM_WM_EVENT_H_
|
|
|