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

Unified Diff: Source/web/ChromeClientImpl.h

Issue 663893002: Clean up forward declarations in Source/web (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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 | Source/web/EditorClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/ChromeClientImpl.h
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
index 119cd8245780ed34fcaadba250900d576de7f9df..f230cabb3a30cd4354fbcf9cb61cb86742191276 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -45,7 +45,6 @@ class AXObject;
class ColorChooser;
class ColorChooserClient;
class Element;
-class Event;
class FileChooser;
class GraphicsLayerFactory;
class HTMLFormControlElement;
@@ -54,13 +53,10 @@ class KeyboardEvent;
class PagePopup;
class PagePopupClient;
class PopupMenuClient;
-class RenderBox;
-class SecurityOrigin;
class DateTimeChooser;
class DateTimeChooserClient;
class WebViewImpl;
struct WebCursorInfo;
-struct WebPopupMenuInfo;
struct WindowFeatures;
// Handles window-level notifications from WebCore on behalf of a WebView.
« no previous file with comments | « no previous file | Source/web/EditorClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698