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

Unified Diff: Source/core/inspector/InspectorInstrumentation.h

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner Created 7 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
Index: Source/core/inspector/InspectorInstrumentation.h
diff --git a/Source/core/inspector/InspectorInstrumentation.h b/Source/core/inspector/InspectorInstrumentation.h
index 62264284734e215c8b39f69382a7e41c360ced99..30ced3a51ebc62c501a5b5908a2d42d140760f91 100644
--- a/Source/core/inspector/InspectorInstrumentation.h
+++ b/Source/core/inspector/InspectorInstrumentation.h
@@ -32,9 +32,6 @@
#define InspectorInstrumentation_h
#include "ConsoleAPITypes.h"
-#include "Element.h"
-#include "EventContext.h"
-#include "ScriptExecutionContext.h"
#include "ScriptState.h"
#include "WebSocketFrame.h"
#include "WebSocketHandshakeRequest.h"
@@ -43,6 +40,9 @@
#include "core/css/CSSRule.h"
#include "core/css/CSSSelector.h"
#include "core/css/CSSStyleSheet.h"
+#include "core/dom/Element.h"
+#include "core/dom/EventContext.h"
+#include "core/dom/ScriptExecutionContext.h"
#include "core/page/ConsoleTypes.h"
#include "core/page/Frame.h"
#include "core/page/Page.h"
« no previous file with comments | « Source/core/inspector/InspectorIndexedDBAgent.cpp ('k') | Source/core/inspector/InspectorInstrumentation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698