Index: third_party/WebKit/Source/core/input/EventHandlerTest.cpp |
diff --git a/third_party/WebKit/Source/core/input/EventHandlerTest.cpp b/third_party/WebKit/Source/core/input/EventHandlerTest.cpp |
index 43835e101996ef7663ebffdff93773d29e538cbd..626b99e243f5537aaa2498fa381efcaeb1753c4b 100644 |
--- a/third_party/WebKit/Source/core/input/EventHandlerTest.cpp |
+++ b/third_party/WebKit/Source/core/input/EventHandlerTest.cpp |
@@ -4,6 +4,7 @@ |
#include "core/input/EventHandler.h" |
+#include <memory> |
#include "core/dom/Document.h" |
#include "core/dom/Range.h" |
#include "core/editing/Editor.h" |
@@ -15,7 +16,6 @@ |
#include "core/page/Page.h" |
#include "core/testing/DummyPageHolder.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include <memory> |
namespace blink { |