| Index: Source/modules/notifications/Notification.cpp
|
| diff --git a/Source/modules/notifications/Notification.cpp b/Source/modules/notifications/Notification.cpp
|
| index 4db5fa9a0e06b2373127c761da61192b8ec95747..7220c33a6be0100530d5ee9144c7aedd2d20c2f7 100644
|
| --- a/Source/modules/notifications/Notification.cpp
|
| +++ b/Source/modules/notifications/Notification.cpp
|
| @@ -38,14 +38,12 @@
|
| #include "bindings/v8/ExceptionState.h"
|
| #include "core/dom/Document.h"
|
| #include "core/events/ErrorEvent.h"
|
| -#include "core/events/ThreadLocalEventNames.h"
|
| #include "core/frame/DOMWindow.h"
|
| #include "core/loader/ThreadableLoader.h"
|
| #include "core/page/WindowFocusAllowedIndicator.h"
|
| #include "core/workers/WorkerGlobalScope.h"
|
| #include "modules/notifications/DOMWindowNotifications.h"
|
| #include "modules/notifications/NotificationCenter.h"
|
| -#include "modules/notifications/NotificationClient.h"
|
| #include "modules/notifications/NotificationController.h"
|
| #include "modules/notifications/NotificationPermissionCallback.h"
|
| #include "platform/network/ResourceRequest.h"
|
|
|