Index: third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp |
index 77ecd03e3f6e91bcd7b448b26b4e4c9fd4518259..e474f020579fa65cfc641314ff30f993eb0353cc 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp |
+++ b/third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp |
@@ -36,7 +36,6 @@ |
#include "core/inspector/InspectedFrames.h" |
#include "core/page/ChromeClient.h" |
#include "core/page/Page.h" |
-#include "platform/JSONValues.h" |
#include "platform/PlatformEvent.h" |
#include "platform/PlatformTouchEvent.h" |
#include "platform/PlatformTouchPoint.h" |
@@ -44,6 +43,7 @@ |
#include "platform/geometry/IntPoint.h" |
#include "platform/geometry/IntRect.h" |
#include "platform/geometry/IntSize.h" |
+#include "platform/inspector_protocol/Values.h" |
#include "wtf/CurrentTime.h" |
namespace { |