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

Unified Diff: extensions/browser/app_window/app_window.h

Issue 1051253006: cleanup/ Remove unused forward declaration from app_window.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/app_window/app_window.h
diff --git a/extensions/browser/app_window/app_window.h b/extensions/browser/app_window/app_window.h
index 6c0e1358f6c152aeb39a6d9c3d0043efb04f921a..e9679dc1b2fea0979aa5337a03b621ba19eeafe2 100644
--- a/extensions/browser/app_window/app_window.h
+++ b/extensions/browser/app_window/app_window.h
@@ -33,19 +33,13 @@ class BrowserContext;
class WebContents;
}
-namespace ui {
-class BaseWindow;
-}
-
namespace extensions {
class AppDelegate;
class AppWebContentsHelper;
class Extension;
-class ExtensionRegistry;
class NativeAppWindow;
class PlatformAppBrowserTest;
-class WindowController;
struct DraggableRegion;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698