| Index: Source/modules/notifications/NotificationData.h
|
| diff --git a/Source/modules/notifications/NotificationData.h b/Source/modules/notifications/NotificationData.h
|
| index 9821418b82d54b9f99fcf7fe62039e6ad26efe77..09b3a66baca5a38d613df9318e0e7b0d30f32801 100644
|
| --- a/Source/modules/notifications/NotificationData.h
|
| +++ b/Source/modules/notifications/NotificationData.h
|
| @@ -7,7 +7,10 @@
|
|
|
| #include "modules/ModulesExport.h"
|
| #include "public/platform/modules/notifications/WebNotificationData.h"
|
| -#include "wtf/text/WTFString.h"
|
| +
|
| +namespace WTF {
|
| +class String;
|
| +}
|
|
|
| namespace blink {
|
|
|
|
|