Index: third_party/WebKit/Source/core/html/HTMLSelectElementTest.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLSelectElementTest.cpp b/third_party/WebKit/Source/core/html/HTMLSelectElementTest.cpp |
index dafb3e5d9e3ab76b080c09581ffda25e1965713f..0e498f822e97c540102ad22f7ceb62a1fb7e1dfa 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLSelectElementTest.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLSelectElementTest.cpp |
@@ -4,6 +4,7 @@ |
#include "core/html/HTMLSelectElement.h" |
+#include <memory> |
#include "core/dom/Document.h" |
#include "core/frame/FrameView.h" |
#include "core/html/HTMLFormElement.h" |
@@ -11,7 +12,6 @@ |
#include "core/loader/EmptyClients.h" |
#include "core/testing/DummyPageHolder.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include <memory> |
namespace blink { |