| Index: ash/wm/wm_types.h
|
| diff --git a/ash/common/wm/wm_types.h b/ash/wm/wm_types.h
|
| similarity index 95%
|
| rename from ash/common/wm/wm_types.h
|
| rename to ash/wm/wm_types.h
|
| index ad886d8c1c870a17eca3ef10e14b9eb44eceeb02..d237f3903cdada9772b521aa7bb12d62f3e74448 100644
|
| --- a/ash/common/wm/wm_types.h
|
| +++ b/ash/wm/wm_types.h
|
| @@ -2,8 +2,8 @@
|
| // 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_TYPES_H_
|
| -#define ASH_COMMON_WM_WM_TYPES_H_
|
| +#ifndef ASH_WM_WM_TYPES_H_
|
| +#define ASH_WM_WM_TYPES_H_
|
|
|
| #include "ash/ash_export.h"
|
| #include "ui/base/ui_base_types.h"
|
| @@ -63,4 +63,4 @@ ASH_EXPORT bool IsMaximizedOrFullscreenOrPinnedWindowStateType(
|
| } // namespace wm
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_WM_WM_TYPES_H_
|
| +#endif // ASH_WM_WM_TYPES_H_
|
|
|