Index: chrome/browser/android/vr_shell/vr_controller.h |
diff --git a/chrome/browser/android/vr_shell/vr_controller.h b/chrome/browser/android/vr_shell/vr_controller.h |
index fc0d09c7a8dc05d4f7a431666572231ee8d4eda9..4e99cff694775aca8d79ecedb4b70f4ef254500f 100644 |
--- a/chrome/browser/android/vr_shell/vr_controller.h |
+++ b/chrome/browser/android/vr_shell/vr_controller.h |
@@ -9,7 +9,8 @@ |
#include <vector> |
#include "base/macros.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/gvr-android-sdk/src/ndk/include/vr/gvr/capi/include/gvr_types.h" |
using blink::WebGestureEvent; |