| Index: Source/modules/notifications/ServiceWorkerRegistrationNotifications.cpp
|
| diff --git a/Source/modules/notifications/ServiceWorkerRegistrationNotifications.cpp b/Source/modules/notifications/ServiceWorkerRegistrationNotifications.cpp
|
| index 313843ec4edb920f13f1d3669a1f6b5040532ff8..af4c1a476b3c2d19448a9539c531d6d4747f3f01 100644
|
| --- a/Source/modules/notifications/ServiceWorkerRegistrationNotifications.cpp
|
| +++ b/Source/modules/notifications/ServiceWorkerRegistrationNotifications.cpp
|
| @@ -15,9 +15,9 @@
|
| #include "modules/notifications/NotificationOptions.h"
|
| #include "platform/weborigin/KURL.h"
|
| #include "public/platform/Platform.h"
|
| -#include "public/platform/WebNotificationData.h"
|
| -#include "public/platform/WebNotificationManager.h"
|
| #include "public/platform/WebSerializedOrigin.h"
|
| +#include "public/platform/modules/notifications/WebNotificationData.h"
|
| +#include "public/platform/modules/notifications/WebNotificationManager.h"
|
|
|
| namespace blink {
|
|
|
|
|