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

Unified Diff: third_party/WebKit/Source/web/WebDevToolsAgentImpl.h

Issue 2466383004: blink: Cleanup class forward 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
Index: third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
diff --git a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
index 8da62647819e296a4475b16f5918695b299677cf..0f786b3becea2346b9bb254af2c8f82a0982d9ee 100644
--- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
+++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
@@ -52,12 +52,8 @@ class InspectorResourceContainer;
class InspectorResourceContentLoader;
class LocalFrame;
class Page;
-class PlatformGestureEvent;
-class PlatformMouseEvent;
-class PlatformTouchEvent;
class WebDevToolsAgentClient;
class WebFrameWidgetImpl;
-class WebInputEvent;
class WebLayerTreeView;
class WebLocalFrameImpl;
class WebString;

Powered by Google App Engine
This is Rietveld 408576698