Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2564)

Unified Diff: chrome/browser/ui/views/apps/app_window_desktop_native_widget_aura_win.h

Issue 2530053003: chrome: Cleanup class/struct forward declarations (Closed)
Patch Set: Rebase + address comment Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698