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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h

Issue 2463703003: blink: Cleanup core class forward declarations (Closed)
Patch Set: Remove redundant empty lines 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/core/inspector/InspectorDOMAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
index ad5bf1f3fb28340bae2427d8a6bf17d09539fa94..e2771ddde87cd84330a1886822b0837869aadd69 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
@@ -52,7 +52,6 @@ class DOMEditor;
class Document;
class DocumentLoader;
class Element;
-class EventTarget;
class ExceptionState;
class FloatQuad;
class HTMLSlotElement;
@@ -62,9 +61,6 @@ class InspectorHistory;
class Node;
class QualifiedName;
class PseudoElement;
-class PlatformGestureEvent;
-class PlatformMouseEvent;
-class PlatformTouchEvent;
class InspectorRevalidateDOMTask;
class ShadowRoot;

Powered by Google App Engine
This is Rietveld 408576698