| Index: third_party/WebKit/Source/modules/notifications/NotificationData.h
|
| diff --git a/third_party/WebKit/Source/modules/notifications/NotificationData.h b/third_party/WebKit/Source/modules/notifications/NotificationData.h
|
| index 09b3a66baca5a38d613df9318e0e7b0d30f32801..bee6479697b0013a462c5c9fb4036acd41c4048a 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/NotificationData.h
|
| +++ b/third_party/WebKit/Source/modules/notifications/NotificationData.h
|
| @@ -6,7 +6,7 @@
|
| #define NotificationData_h
|
|
|
| #include "modules/ModulesExport.h"
|
| -#include "public/platform/modules/notifications/WebNotificationData.h"
|
| +#include "public/platform/modules/notifications/notification.mojom-blink.h"
|
|
|
| namespace WTF {
|
| class String;
|
| @@ -18,9 +18,9 @@ class ExceptionState;
|
| class ExecutionContext;
|
| class NotificationOptions;
|
|
|
| -// Creates a WebNotificationData object based on the developer-provided notification data. When the
|
| +// Creates a Mojo Notification object based on the developer-provided notification data. When the
|
| // data is deemed invalid, an exception will be thrown to the passed exception state.
|
| -MODULES_EXPORT WebNotificationData createWebNotificationData(ExecutionContext*, const String& title, const NotificationOptions&, ExceptionState&);
|
| +MODULES_EXPORT mojom::blink::NotificationPtr createNotificationData(ExecutionContext*, const String& title, const NotificationOptions&, ExceptionState&);
|
|
|
| } // namespace blink
|
|
|
|
|