Index: third_party/WebKit/Source/core/html/TextControlElementTest.cpp |
diff --git a/third_party/WebKit/Source/core/html/TextControlElementTest.cpp b/third_party/WebKit/Source/core/html/TextControlElementTest.cpp |
index a4c577f0b6f7f33fd8bbdacb5791c5329af03f67..ccf3c6f34c1623ea60bcf754738edc4e5b07709d 100644 |
--- a/third_party/WebKit/Source/core/html/TextControlElementTest.cpp |
+++ b/third_party/WebKit/Source/core/html/TextControlElementTest.cpp |
@@ -4,6 +4,7 @@ |
#include "core/html/TextControlElement.h" |
+#include <memory> |
#include "core/dom/Document.h" |
#include "core/editing/spellcheck/SpellChecker.h" |
#include "core/frame/FrameView.h" |
@@ -15,7 +16,6 @@ |
#include "platform/testing/UnitTestHelpers.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "wtf/PtrUtil.h" |
-#include <memory> |
namespace blink { |