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

Unified Diff: public/web/WebViewClient.h

Issue 776693002: Clean forward declaration in public (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix fakewebplugin Created 6 years 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 | « public/web/WebView.h ('k') | public/web/WebWidget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebViewClient.h
diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h
index 6469e705c5b9494ac1d2d3a744d0ccaa9f1efde8..fa39080f10f3357a060fe897c946eee91b29d73e 100644
--- a/public/web/WebViewClient.h
+++ b/public/web/WebViewClient.h
@@ -49,25 +49,18 @@
namespace blink {
class WebAXObject;
-class WebCompositorOutputSurface;
class WebDateTimeChooserCompletion;
class WebDragData;
-class WebElement;
class WebFileChooserCompletion;
-class WebGestureEvent;
class WebHitTestResult;
class WebImage;
-class WebInputElement;
-class WebKeyboardEvent;
class WebNode;
-class WebRange;
class WebSpeechRecognizer;
class WebStorageNamespace;
class WebURL;
class WebURLRequest;
class WebView;
class WebWidget;
-struct WebConsoleMessage;
struct WebDateTimeChooserParams;
struct WebPoint;
struct WebPopupMenuInfo;
« no previous file with comments | « public/web/WebView.h ('k') | public/web/WebWidget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698