| Index: third_party/WebKit/Source/modules/notifications/NotificationEvent.cpp
|
| diff --git a/third_party/WebKit/Source/modules/notifications/NotificationEvent.cpp b/third_party/WebKit/Source/modules/notifications/NotificationEvent.cpp
|
| index 3c39d341a33bfb15921478479c98afdd9d9bbdea..698ae491e449fd0f36aa5984f1c086ca6510c736 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/NotificationEvent.cpp
|
| +++ b/third_party/WebKit/Source/modules/notifications/NotificationEvent.cpp
|
| @@ -5,7 +5,7 @@
|
| #include "modules/notifications/NotificationEvent.h"
|
|
|
| #include "modules/notifications/NotificationEventInit.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|