| Index: third_party/WebKit/Source/modules/eventsource/EventSource.h
|
| diff --git a/third_party/WebKit/Source/modules/eventsource/EventSource.h b/third_party/WebKit/Source/modules/eventsource/EventSource.h
|
| index 813f7db621e1faed75721f561fa33a16bff850f3..600fa6ecba4a6a3fbae0c5f69e4c6a40313510d1 100644
|
| --- a/third_party/WebKit/Source/modules/eventsource/EventSource.h
|
| +++ b/third_party/WebKit/Source/modules/eventsource/EventSource.h
|
| @@ -32,6 +32,7 @@
|
| #ifndef EventSource_h
|
| #define EventSource_h
|
|
|
| +#include <memory>
|
| #include "bindings/core/v8/ActiveScriptWrappable.h"
|
| #include "core/dom/ContextLifecycleObserver.h"
|
| #include "core/events/EventTarget.h"
|
| @@ -42,8 +43,7 @@
|
| #include "platform/Timer.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/weborigin/KURL.h"
|
| -#include "wtf/Forward.h"
|
| -#include <memory>
|
| +#include "platform/wtf/Forward.h"
|
|
|
| namespace blink {
|
|
|
|
|