Index: third_party/WebKit/Source/core/events/UIEvent.h |
diff --git a/third_party/WebKit/Source/core/events/UIEvent.h b/third_party/WebKit/Source/core/events/UIEvent.h |
index 222147ebef201c5f4edd2279699a46a3da37c5ca..584b9760afb8a502b6edd142bc65f8bcf6832292 100644 |
--- a/third_party/WebKit/Source/core/events/UIEvent.h |
+++ b/third_party/WebKit/Source/core/events/UIEvent.h |
@@ -29,10 +29,11 @@ |
#include "core/events/EventDispatchMediator.h" |
#include "core/events/UIEventInit.h" |
#include "core/frame/DOMWindow.h" |
-#include "core/input/InputDeviceCapabilities.h" |
namespace blink { |
+class InputDeviceCapabilities; |
+ |
// FIXME: Get rid of this type alias. |
using AbstractView = DOMWindow; |