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 99c84261fac306b3ae550fe241c3a316d5d9f893..a63a2b1a8d8bd5aae79549d95ab4129ccf433717 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h |
+++ b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h |
@@ -33,10 +33,10 @@ |
#include "core/CoreExport.h" |
#include "core/InspectorFrontend.h" |
#include "core/events/EventListenerMap.h" |
-#include "core/inspector/InjectedScript.h" |
-#include "core/inspector/InjectedScriptManager.h" |
#include "core/inspector/InspectorBaseAgent.h" |
#include "core/inspector/InspectorHighlight.h" |
+#include "core/inspector/v8/InjectedScript.h" |
+#include "core/inspector/v8/InjectedScriptManager.h" |
#include "core/style/ComputedStyleConstants.h" |
#include "platform/JSONValues.h" |
#include "platform/geometry/FloatQuad.h" |