| Index: third_party/WebKit/Source/core/events/EventTarget.h
|
| diff --git a/third_party/WebKit/Source/core/events/EventTarget.h b/third_party/WebKit/Source/core/events/EventTarget.h
|
| index d297dbf9f31f68c96efd7c7dfad1d63aec1d6fb2..4aa3588accdd88ae5006d990de4d518dc43bbd4d 100644
|
| --- a/third_party/WebKit/Source/core/events/EventTarget.h
|
| +++ b/third_party/WebKit/Source/core/events/EventTarget.h
|
| @@ -32,6 +32,7 @@
|
| #ifndef EventTarget_h
|
| #define EventTarget_h
|
|
|
| +#include <memory>
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/CoreExport.h"
|
| #include "core/EventNames.h"
|
| @@ -42,9 +43,8 @@
|
| #include "core/events/EventListenerMap.h"
|
| #include "core/frame/UseCounter.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/text/AtomicString.h"
|
| -#include <memory>
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|
|
|