Index: third_party/WebKit/Source/core/events/ScopedEventQueue.cpp |
diff --git a/third_party/WebKit/Source/core/events/ScopedEventQueue.cpp b/third_party/WebKit/Source/core/events/ScopedEventQueue.cpp |
index 90ebf8df36aa49af5402e692774e70d51aa384a7..9e9bab38abb06d3ca29dc37e62864feab8346b8b 100644 |
--- a/third_party/WebKit/Source/core/events/ScopedEventQueue.cpp |
+++ b/third_party/WebKit/Source/core/events/ScopedEventQueue.cpp |
@@ -30,12 +30,12 @@ |
#include "core/events/ScopedEventQueue.h" |
+#include <memory> |
#include "core/events/Event.h" |
#include "core/events/EventDispatchMediator.h" |
#include "core/events/EventDispatcher.h" |
#include "core/events/EventTarget.h" |
#include "wtf/PtrUtil.h" |
-#include <memory> |
namespace blink { |