| Index: ash/frame/caption_buttons/caption_button_types.h
|
| diff --git a/ash/common/frame/caption_buttons/caption_button_types.h b/ash/frame/caption_buttons/caption_button_types.h
|
| similarity index 76%
|
| rename from ash/common/frame/caption_buttons/caption_button_types.h
|
| rename to ash/frame/caption_buttons/caption_button_types.h
|
| index ca067beb4e76ef327f20666b2d8c6e84554b724c..ece7d8e9c058e2939b82f4ad9cbc13b1852a5f6a 100644
|
| --- a/ash/common/frame/caption_buttons/caption_button_types.h
|
| +++ b/ash/frame/caption_buttons/caption_button_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_FRAME_CAPTION_BUTTONS_CAPTION_BUTTON_TYPES_H_
|
| -#define ASH_COMMON_FRAME_CAPTION_BUTTONS_CAPTION_BUTTON_TYPES_H_
|
| +#ifndef ASH_FRAME_CAPTION_BUTTONS_CAPTION_BUTTON_TYPES_H_
|
| +#define ASH_FRAME_CAPTION_BUTTONS_CAPTION_BUTTON_TYPES_H_
|
|
|
| namespace ash {
|
|
|
| @@ -22,4 +22,4 @@ enum CaptionButtonIcon {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_FRAME_CAPTION_BUTTONS_CAPTION_BUTTON_TYPES_H_
|
| +#endif // ASH_FRAME_CAPTION_BUTTONS_CAPTION_BUTTON_TYPES_H_
|
|
|