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

Unified Diff: extensions/shell/browser/desktop_controller.h

Issue 2535713004: extensions: Cleanup class/struct fwd declarations (Closed)
Patch Set: 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
« no previous file with comments | « extensions/shell/app/shell_main_delegate.h ('k') | extensions/shell/browser/shell_browser_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/browser/desktop_controller.h
diff --git a/extensions/shell/browser/desktop_controller.h b/extensions/shell/browser/desktop_controller.h
index bdcd8e1b7743e81b4e977fedf463affe1bcbafee..72247772a3c46d33823d881f74b8b62fda665695 100644
--- a/extensions/shell/browser/desktop_controller.h
+++ b/extensions/shell/browser/desktop_controller.h
@@ -7,11 +7,6 @@
#include "ui/gfx/native_widget_types.h"
-namespace aura {
-class Window;
-class WindowTreeHost;
-}
-
namespace content {
class BrowserContext;
}
@@ -23,7 +18,6 @@ class Size;
namespace extensions {
class AppWindow;
class Extension;
-class ShellAppWindow;
// DesktopController is an interface to construct the window environment in
// extensions shell. ShellDesktopControllerAura provides a default
« no previous file with comments | « extensions/shell/app/shell_main_delegate.h ('k') | extensions/shell/browser/shell_browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698