| Index: ash/common/wm/wm_window_property.h
|
| diff --git a/ash/wm/common/wm_window_property.h b/ash/common/wm/wm_window_property.h
|
| similarity index 77%
|
| rename from ash/wm/common/wm_window_property.h
|
| rename to ash/common/wm/wm_window_property.h
|
| index 64f92e680c68069d68acb89009cee91827c36495..9a9b947685ef1ff9f9c5a27bdc2fbdc61f8bd3b5 100644
|
| --- a/ash/wm/common/wm_window_property.h
|
| +++ b/ash/common/wm/wm_window_property.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_WM_COMMON_WM_WINDOW_PROPERTY_H_
|
| -#define ASH_WM_COMMON_WM_WINDOW_PROPERTY_H_
|
| +#ifndef ASH_COMMON_WM_WM_WINDOW_PROPERTY_H_
|
| +#define ASH_COMMON_WM_WM_WINDOW_PROPERTY_H_
|
|
|
| namespace ash {
|
| namespace wm {
|
| @@ -25,4 +25,4 @@ enum class WmWindowProperty {
|
| } // namespace wm
|
| } // namespace ash
|
|
|
| -#endif // ASH_WM_COMMON_WM_WINDOW_PROPERTY_H_
|
| +#endif // ASH_COMMON_WM_WM_WINDOW_PROPERTY_H_
|
|
|