Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Unified Diff: third_party/WebKit/Source/core/events/CustomEvent.h

Issue 2848963002: Clean up bindings/core/v8 (Part 1) (Closed)
Patch Set: Fix build Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698