Index: Source/core/html/NumberInputType.cpp |
diff --git a/Source/core/html/NumberInputType.cpp b/Source/core/html/NumberInputType.cpp |
index d015355eb9f7bb974ab1c014475ddde8b93f8d39..3f1fb3523f577fd61d7636dc858bf67f2716816a 100644 |
--- a/Source/core/html/NumberInputType.cpp |
+++ b/Source/core/html/NumberInputType.cpp |
@@ -40,8 +40,8 @@ |
#include "HTMLParserIdioms.h" |
#include "InputTypeNames.h" |
#include "KeyboardEvent.h" |
-#include "LocalizedStrings.h" |
#include "RenderTextControl.h" |
+#include "core/platform/LocalizedStrings.h" |
#include "core/platform/text/PlatformLocale.h" |
#include <wtf/ASCIICType.h> |
#include <wtf/MathExtras.h> |