Index: Source/modules/notifications/Notification.cpp |
diff --git a/Source/modules/notifications/Notification.cpp b/Source/modules/notifications/Notification.cpp |
index 286aea4587d9f6e2d0d294926cf2cc02d5de60eb..ef4a7a677c3bf3f33810d686ffb5f291e2102857 100644 |
--- a/Source/modules/notifications/Notification.cpp |
+++ b/Source/modules/notifications/Notification.cpp |
@@ -37,8 +37,8 @@ |
#include "bindings/v8/ExceptionMessages.h" |
#include "bindings/v8/ExceptionState.h" |
#include "core/dom/Document.h" |
-#include "core/dom/ErrorEvent.h" |
-#include "core/dom/EventNames.h" |
+#include "core/events/ErrorEvent.h" |
+#include "core/events/EventNames.h" |
#include "core/loader/ThreadableLoader.h" |
#include "core/page/DOMWindow.h" |
#include "core/page/WindowFocusAllowedIndicator.h" |