| Index: Source/modules/notifications/DOMWindowNotifications.cpp
|
| diff --git a/Source/modules/notifications/DOMWindowNotifications.cpp b/Source/modules/notifications/DOMWindowNotifications.cpp
|
| index cba9ca5cbe1ad66d837a248330be51ded61e81c5..51df57adda44d134769176a3410a3ca32424f616 100644
|
| --- a/Source/modules/notifications/DOMWindowNotifications.cpp
|
| +++ b/Source/modules/notifications/DOMWindowNotifications.cpp
|
| @@ -30,7 +30,7 @@
|
| #if ENABLE(LEGACY_NOTIFICATIONS)
|
|
|
| #include "core/dom/Document.h"
|
| -#include "core/page/DOMWindow.h"
|
| +#include "core/frame/DOMWindow.h"
|
| #include "core/page/Page.h"
|
| #include "modules/notifications/NotificationCenter.h"
|
| #include "modules/notifications/NotificationController.h"
|
|
|