| Index: third_party/WebKit/Source/modules/EventModulesFactory.h
|
| diff --git a/third_party/WebKit/Source/modules/EventModulesFactory.h b/third_party/WebKit/Source/modules/EventModulesFactory.h
|
| index 835634e6375d47ed821c5f11cfe9c89f378fa21a..21f1bf390295bfbcf801a465dcc0fb88b592303e 100644
|
| --- a/third_party/WebKit/Source/modules/EventModulesFactory.h
|
| +++ b/third_party/WebKit/Source/modules/EventModulesFactory.h
|
| @@ -5,12 +5,12 @@
|
| #ifndef EventModulesFactory_h
|
| #define EventModulesFactory_h
|
|
|
| +#include <memory>
|
| #include "core/events/EventFactory.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include "wtf/text/AtomicString.h"
|
| -#include <memory>
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|
|
|