Index: third_party/WebKit/Source/core/html/forms/InputType.cpp |
diff --git a/third_party/WebKit/Source/core/html/forms/InputType.cpp b/third_party/WebKit/Source/core/html/forms/InputType.cpp |
index b1b682ee24d34cf0df39e107bd356d91d062b6f8..689143361622ab23fb935acadc4eda0663c6e5c4 100644 |
--- a/third_party/WebKit/Source/core/html/forms/InputType.cpp |
+++ b/third_party/WebKit/Source/core/html/forms/InputType.cpp |
@@ -28,6 +28,7 @@ |
#include "core/html/forms/InputType.h" |
+#include <memory> |
#include "bindings/core/v8/ExceptionMessages.h" |
#include "bindings/core/v8/ExceptionState.h" |
#include "core/InputTypeNames.h" |
@@ -73,7 +74,6 @@ |
#include "platform/text/PlatformLocale.h" |
#include "platform/text/TextBreakIterator.h" |
#include "wtf/PtrUtil.h" |
-#include <memory> |
namespace blink { |