| Index: third_party/WebKit/Source/core/events/EventFactory.h
|
| diff --git a/third_party/WebKit/Source/core/events/EventFactory.h b/third_party/WebKit/Source/core/events/EventFactory.h
|
| index 726b2d1e62812c6e90c55ac26a454a0778087488..77ca2bc39c82f3ff6edcb66e0cc05e3f9193db0d 100644
|
| --- a/third_party/WebKit/Source/core/events/EventFactory.h
|
| +++ b/third_party/WebKit/Source/core/events/EventFactory.h
|
| @@ -26,12 +26,12 @@
|
| #ifndef EventFactory_h
|
| #define EventFactory_h
|
|
|
| -#include "platform/heap/Handle.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include "wtf/text/AtomicString.h"
|
| #include <memory>
|
| +#include "platform/heap/Handle.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|
|
|