| Index: ash/common/frame/caption_buttons/frame_caption_button_container_view.h
|
| diff --git a/ash/frame/caption_buttons/frame_caption_button_container_view.h b/ash/common/frame/caption_buttons/frame_caption_button_container_view.h
|
| similarity index 94%
|
| rename from ash/frame/caption_buttons/frame_caption_button_container_view.h
|
| rename to ash/common/frame/caption_buttons/frame_caption_button_container_view.h
|
| index f099cf876c7bcb3a2e0f5bbe09508f57550e5020..55fd39cd8a61edc2da4478bf039988ad45257e9c 100644
|
| --- a/ash/frame/caption_buttons/frame_caption_button_container_view.h
|
| +++ b/ash/common/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_FRAME_CAPTION_BUTTONS_FRAME_CAPTION_BUTTON_CONTAINER_VIEW_H_
|
| -#define ASH_FRAME_CAPTION_BUTTONS_FRAME_CAPTION_BUTTON_CONTAINER_VIEW_H_
|
| +#ifndef ASH_COMMON_FRAME_CAPTION_BUTTONS_FRAME_CAPTION_BUTTON_CONTAINER_VIEW_H_
|
| +#define ASH_COMMON_FRAME_CAPTION_BUTTONS_FRAME_CAPTION_BUTTON_CONTAINER_VIEW_H_
|
|
|
| #include <map>
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/frame/caption_buttons/frame_size_button_delegate.h"
|
| +#include "ash/common/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"
|
| @@ -154,4 +154,4 @@ class ASH_EXPORT FrameCaptionButtonContainerView
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_FRAME_CAPTION_BUTTONS_FRAME_CAPTION_BUTTON_CONTAINER_VIEW_H_
|
| +#endif // ASH_COMMON_FRAME_CAPTION_BUTTONS_FRAME_CAPTION_BUTTON_CONTAINER_VIEW_H_
|
|
|