| Index: ash/frame/caption_buttons/frame_caption_button_container_view.h
|
| diff --git a/ash/common/frame/caption_buttons/frame_caption_button_container_view.h b/ash/frame/caption_buttons/frame_caption_button_container_view.h
|
| similarity index 94%
|
| rename from ash/common/frame/caption_buttons/frame_caption_button_container_view.h
|
| rename to ash/frame/caption_buttons/frame_caption_button_container_view.h
|
| index 014071a702eed280372859c6e91f0ffdb554006c..4c590015fe6b781bb5d498d197f70d7dba3f73dc 100644
|
| --- a/ash/common/frame/caption_buttons/frame_caption_button_container_view.h
|
| +++ b/ash/frame/caption_buttons/frame_caption_button_container_view.h
|
| @@ -2,13 +2,13 @@
|
| // 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_FRAME_CAPTION_BUTTON_CONTAINER_VIEW_H_
|
| -#define ASH_COMMON_FRAME_CAPTION_BUTTONS_FRAME_CAPTION_BUTTON_CONTAINER_VIEW_H_
|
| +#ifndef ASH_FRAME_CAPTION_BUTTONS_FRAME_CAPTION_BUTTON_CONTAINER_VIEW_H_
|
| +#define ASH_FRAME_CAPTION_BUTTONS_FRAME_CAPTION_BUTTON_CONTAINER_VIEW_H_
|
|
|
| #include <map>
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/common/frame/caption_buttons/frame_size_button_delegate.h"
|
| +#include "ash/frame/caption_buttons/frame_size_button_delegate.h"
|
| #include "base/macros.h"
|
| #include "ui/gfx/animation/animation_delegate.h"
|
| #include "ui/views/controls/button/button.h"
|
| @@ -155,4 +155,4 @@ class ASH_EXPORT FrameCaptionButtonContainerView
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_FRAME_CAPTION_BUTTONS_FRAME_CAPTION_BUTTON_CONTAINER_VIEW_H_
|
| +#endif // ASH_FRAME_CAPTION_BUTTONS_FRAME_CAPTION_BUTTON_CONTAINER_VIEW_H_
|
|
|