Index: content/public/browser/render_widget_host.h |
diff --git a/content/public/browser/render_widget_host.h b/content/public/browser/render_widget_host.h |
index 2c6c7c36c174c70f5248c7110d2e0a2579be0b3d..d18248a40f0f7465491dc3ea13a285c4e22856f6 100644 |
--- a/content/public/browser/render_widget_host.h |
+++ b/content/public/browser/render_widget_host.h |
@@ -15,7 +15,8 @@ |
#include "ipc/ipc_channel.h" |
#include "ipc/ipc_sender.h" |
#include "third_party/WebKit/public/platform/WebDragOperation.h" |
-#include "third_party/WebKit/public/web/WebInputEvent.h" |
+#include "third_party/WebKit/public/platform/WebGestureEvent.h" |
+#include "third_party/WebKit/public/platform/WebInputEvent.h" |
#include "third_party/WebKit/public/web/WebTextDirection.h" |
#include "third_party/skia/include/core/SkImageInfo.h" |
#include "ui/gfx/geometry/size.h" |