| Index: third_party/WebKit/Source/modules/notifications/NotificationManager.cpp
|
| diff --git a/third_party/WebKit/Source/modules/notifications/NotificationManager.cpp b/third_party/WebKit/Source/modules/notifications/NotificationManager.cpp
|
| index d5461976966a13bc46cae7b964cbcf3239e2e036..0f562a76c4b53982d7f731ca5f0505244e07c248 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/NotificationManager.cpp
|
| +++ b/third_party/WebKit/Source/modules/notifications/NotificationManager.cpp
|
| @@ -5,11 +5,11 @@
|
| #include "modules/notifications/NotificationManager.h"
|
|
|
| #include "bindings/core/v8/ScriptPromiseResolver.h"
|
| -#include "bindings/core/v8/ScriptState.h"
|
| #include "modules/notifications/Notification.h"
|
| #include "modules/notifications/NotificationPermissionCallback.h"
|
| #include "modules/permissions/PermissionUtils.h"
|
| #include "platform/UserGestureIndicator.h"
|
| +#include "platform/bindings/ScriptState.h"
|
| #include "platform/weborigin/SecurityOrigin.h"
|
| #include "platform/wtf/Functional.h"
|
| #include "public/platform/InterfaceProvider.h"
|
|
|