| Index: chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h b/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
|
| index 87418282601ffa92315dff44dbc536b8734161f3..b67adf1ac254e5b6b23bab1d29bc5c45f2df8080 100644
|
| --- a/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
|
| +++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
|
| @@ -17,16 +17,10 @@ class TabIconView;
|
| class WebAppLeftHeaderView;
|
|
|
| namespace ash {
|
| -class FrameCaptionButton;
|
| class FrameCaptionButtonContainerView;
|
| class HeaderPainter;
|
| }
|
|
|
| -namespace views {
|
| -class ImageButton;
|
| -class ToggleImageButton;
|
| -}
|
| -
|
| class BrowserNonClientFrameViewAsh : public BrowserNonClientFrameView,
|
| public ash::ShellObserver,
|
| public TabIconViewModel {
|
|
|