| Index: ash/common/wm/shelf/wm_shelf_types.h
|
| diff --git a/ash/wm/common/shelf/wm_shelf_types.h b/ash/common/wm/shelf/wm_shelf_types.h
|
| similarity index 87%
|
| rename from ash/wm/common/shelf/wm_shelf_types.h
|
| rename to ash/common/wm/shelf/wm_shelf_types.h
|
| index 7c05d83c8a9184d82ee9be9de13a270b026f9ad9..b6cdc13c0169b7e8b2a816a0d9f1c8fea77bade1 100644
|
| --- a/ash/wm/common/shelf/wm_shelf_types.h
|
| +++ b/ash/common/wm/shelf/wm_shelf_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_WM_COMMON_SHELF_WM_SHELF_TYPES_H_
|
| -#define ASH_WM_COMMON_SHELF_WM_SHELF_TYPES_H_
|
| +#ifndef ASH_COMMON_WM_SHELF_WM_SHELF_TYPES_H_
|
| +#define ASH_COMMON_WM_SHELF_WM_SHELF_TYPES_H_
|
|
|
| namespace ash {
|
|
|
| @@ -45,4 +45,4 @@ enum ShelfBackgroundType {
|
| } // namespace wm
|
| } // namespace ash
|
|
|
| -#endif // ASH_WM_COMMON_SHELF_WM_SHELF_TYPES_H_
|
| +#endif // ASH_COMMON_WM_SHELF_WM_SHELF_TYPES_H_
|
|
|