Index: Source/core/html/EmailInputType.cpp |
diff --git a/Source/core/html/EmailInputType.cpp b/Source/core/html/EmailInputType.cpp |
index c2977ff7392eb1cecbe4694b360a767baf2d7ac4..bb8009645d6305d7b51cff6220bfc99fc8992d22 100644 |
--- a/Source/core/html/EmailInputType.cpp |
+++ b/Source/core/html/EmailInputType.cpp |
@@ -27,7 +27,7 @@ |
#include "HTMLInputElement.h" |
#include "HTMLParserIdioms.h" |
#include "InputTypeNames.h" |
-#include "LocalizedStrings.h" |
+#include "core/platform/LocalizedStrings.h" |
#include "core/platform/text/RegularExpression.h" |
#include <wtf/PassOwnPtr.h> |
#include <wtf/text/StringBuilder.h> |