| Index: third_party/WebKit/Source/modules/push_messaging/PushEvent.h
|
| diff --git a/third_party/WebKit/Source/modules/push_messaging/PushEvent.h b/third_party/WebKit/Source/modules/push_messaging/PushEvent.h
|
| index 26f9257dd2e25510f2b5864eb2cbce14c7d36e56..556d803dfa7ac6772273624bd72b6a144ab0b96d 100644
|
| --- a/third_party/WebKit/Source/modules/push_messaging/PushEvent.h
|
| +++ b/third_party/WebKit/Source/modules/push_messaging/PushEvent.h
|
| @@ -10,8 +10,8 @@
|
| #include "modules/push_messaging/PushMessageData.h"
|
| #include "modules/serviceworkers/ExtendableEvent.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/text/AtomicString.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|