Index: third_party/WebKit/Source/core/events/CustomEvent.h |
diff --git a/third_party/WebKit/Source/core/events/CustomEvent.h b/third_party/WebKit/Source/core/events/CustomEvent.h |
index 3fdcc6e420e498429690e83e7bcc25fe7d4d6286..438d47305fb3dd282c3ab40720871abe6ecae607 100644 |
--- a/third_party/WebKit/Source/core/events/CustomEvent.h |
+++ b/third_party/WebKit/Source/core/events/CustomEvent.h |
@@ -26,11 +26,11 @@ |
#ifndef CustomEvent_h |
#define CustomEvent_h |
-#include "bindings/core/v8/DOMWrapperWorld.h" |
#include "bindings/core/v8/TraceWrapperV8Reference.h" |
#include "core/CoreExport.h" |
#include "core/events/CustomEventInit.h" |
#include "core/events/Event.h" |
+#include "platform/bindings/DOMWrapperWorld.h" |
namespace blink { |