Index: Source/WebKit/chromium/src/WebNotification.cpp |
diff --git a/Source/WebKit/chromium/src/WebNotification.cpp b/Source/WebKit/chromium/src/WebNotification.cpp |
index af8cae1df2b89fedf6264cff12f9cba0093b68bb..2437ba76ba7f81df4a33b653bae4c3a3c950ab77 100644 |
--- a/Source/WebKit/chromium/src/WebNotification.cpp |
+++ b/Source/WebKit/chromium/src/WebNotification.cpp |
@@ -33,10 +33,10 @@ |
#if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS) |
-#include "Event.h" |
#include "Notification.h" |
-#include "UserGestureIndicator.h" |
#include "WebTextDirection.h" |
+#include "core/dom/Event.h" |
+#include "core/dom/UserGestureIndicator.h" |
#include "core/page/WindowFocusAllowedIndicator.h" |
#include <public/WebString.h> |
#include <public/WebURL.h> |