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 4dcda218f76bf758419abf59e5a7b85038a84313..1b598a4c2121eecabf1463b3024db0dfb5fec823 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 <memory> |
#include "platform/heap/Handle.h" |
#include "wtf/Allocator.h" |
#include "wtf/PassRefPtr.h" |
#include "wtf/PtrUtil.h" |
#include "wtf/text/AtomicString.h" |
-#include <memory> |
namespace blink { |