| Index: ash/common/frame/custom_frame_view_ash.h
|
| diff --git a/ash/common/frame/custom_frame_view_ash.h b/ash/common/frame/custom_frame_view_ash.h
|
| index fd9d6b1ec671d36f4f8d865a6e3fa0657d82d8f1..790c2b1e931c7ff4cc18facd7a53ee721f9a7e85 100644
|
| --- a/ash/common/frame/custom_frame_view_ash.h
|
| +++ b/ash/common/frame/custom_frame_view_ash.h
|
| @@ -12,16 +12,16 @@
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include "ui/views/window/non_client_view.h"
|
|
|
| -namespace ash {
|
| -class FrameCaptionButtonContainerView;
|
| -class WmImmersiveFullscreenController;
|
| -}
|
| namespace views {
|
| class Widget;
|
| }
|
|
|
| namespace ash {
|
|
|
| +class FrameCaptionButtonContainerView;
|
| +class HeaderView;
|
| +class WmImmersiveFullscreenController;
|
| +
|
| // A NonClientFrameView used for packaged apps, dialogs and other non-browser
|
| // windows. It supports immersive fullscreen. When in immersive fullscreen, the
|
| // client view takes up the entire widget and the window header is an overlay.
|
| @@ -92,7 +92,6 @@ class ASH_EXPORT CustomFrameViewAsh : public views::NonClientFrameView {
|
| views::Widget* frame_;
|
|
|
| // View which contains the title and window controls.
|
| - class HeaderView;
|
| HeaderView* header_view_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(CustomFrameViewAsh);
|
|
|