Index: content/browser/renderer_host/input/touch_action_filter.cc |
diff --git a/content/browser/renderer_host/input/touch_action_filter.cc b/content/browser/renderer_host/input/touch_action_filter.cc |
index 19c1ce700670e86a4e34d2a664fea14079090121..8f87bc061c4d3a2190d3b8b43ca815ff3e92bfb5 100644 |
--- a/content/browser/renderer_host/input/touch_action_filter.cc |
+++ b/content/browser/renderer_host/input/touch_action_filter.cc |
@@ -7,7 +7,7 @@ |
#include <math.h> |
#include "base/logging.h" |
-#include "third_party/WebKit/public/web/WebInputEvent.h" |
+#include "third_party/WebKit/public/platform/WebGestureEvent.h" |
using blink::WebInputEvent; |
using blink::WebGestureEvent; |