Index: third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp b/third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp |
index d6c7f288b5f0b2b0d9caf8ccbb3aba3aac66ff9f..45f31a878eae73cc0c4cec44a5554bba836a42c2 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp |
@@ -4,6 +4,7 @@ |
#include "core/html/HTMLInputElement.h" |
+#include <memory> |
#include "core/dom/Document.h" |
#include "core/frame/FrameHost.h" |
#include "core/frame/FrameView.h" |
@@ -15,7 +16,6 @@ |
#include "core/html/forms/DateTimeChooser.h" |
#include "core/testing/DummyPageHolder.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include <memory> |
namespace blink { |