| Index: third_party/WebKit/Source/modules/push_messaging/PushManager.h
|
| diff --git a/third_party/WebKit/Source/modules/push_messaging/PushManager.h b/third_party/WebKit/Source/modules/push_messaging/PushManager.h
|
| index 4f9b707861e6f0dd91d7a4153d26e098c9d49959..d53cd45d93a151e6a5bdf2ce5a3d37910c466dcc 100644
|
| --- a/third_party/WebKit/Source/modules/push_messaging/PushManager.h
|
| +++ b/third_party/WebKit/Source/modules/push_messaging/PushManager.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef PushManager_h
|
| #define PushManager_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "modules/ModulesExport.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
|
|