| Index: chrome/browser/ui/views/apps/app_window_desktop_native_widget_aura_win.h
|
| diff --git a/chrome/browser/ui/views/apps/app_window_desktop_native_widget_aura_win.h b/chrome/browser/ui/views/apps/app_window_desktop_native_widget_aura_win.h
|
| index c4446c2ff38e1e3b2d8375c4664db707335ec577..e906f2faebe5543ffa9852f881eac10ea3d71c59 100644
|
| --- a/chrome/browser/ui/views/apps/app_window_desktop_native_widget_aura_win.h
|
| +++ b/chrome/browser/ui/views/apps/app_window_desktop_native_widget_aura_win.h
|
| @@ -8,18 +8,12 @@
|
| #include "base/macros.h"
|
| #include "ui/views/widget/desktop_aura/desktop_native_widget_aura.h"
|
|
|
| -class BrowserFrame;
|
| -class BrowserView;
|
| class ChromeNativeAppWindowViewsWin;
|
|
|
| namespace views {
|
| class DesktopWindowTreeHost;
|
| }
|
|
|
| -namespace wm {
|
| -class VisibilityController;
|
| -}
|
| -
|
| // AppWindowDesktopNativeWidgetAura is a DesktopNativeWidgetAura subclass that
|
| // handles creating the right type of tree hosts for app windows on Windows.
|
| class AppWindowDesktopNativeWidgetAuraWin
|
|
|