summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/html/forms/BaseTextInputType.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/html/forms/BaseTextInputType.cpp')
-rw-r--r--chromium/third_party/WebKit/Source/core/html/forms/BaseTextInputType.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/core/html/forms/BaseTextInputType.cpp b/chromium/third_party/WebKit/Source/core/html/forms/BaseTextInputType.cpp
index d00d21e98cb..cc531a12091 100644
--- a/chromium/third_party/WebKit/Source/core/html/forms/BaseTextInputType.cpp
+++ b/chromium/third_party/WebKit/Source/core/html/forms/BaseTextInputType.cpp
@@ -24,8 +24,8 @@
#include "config.h"
#include "core/html/forms/BaseTextInputType.h"
-#include "HTMLNames.h"
#include "bindings/v8/ScriptRegexp.h"
+#include "core/HTMLNames.h"
#include "core/html/HTMLInputElement.h"
namespace WebCore {