Index: Source/modules/notifications/Notification.cpp |
=================================================================== |
--- Source/modules/notifications/Notification.cpp (revision 159157) |
+++ Source/modules/notifications/Notification.cpp (working copy) |
@@ -37,8 +37,8 @@ |
#include "bindings/v8/ExceptionMessages.h" |
#include "bindings/v8/ExceptionState.h" |
#include "core/dom/Document.h" |
-#include "core/events/ErrorEvent.h" |
-#include "core/events/EventNames.h" |
+#include "core/dom/ErrorEvent.h" |
+#include "core/dom/EventNames.h" |
#include "core/loader/ThreadableLoader.h" |
#include "core/page/DOMWindow.h" |
#include "core/page/WindowFocusAllowedIndicator.h" |