Index: Source/core/html/HTMLTextAreaElement.cpp |
diff --git a/Source/core/html/HTMLTextAreaElement.cpp b/Source/core/html/HTMLTextAreaElement.cpp |
index e0f4a548b4a4231e16f212935ed743c7dc11cee6..1561d575c97d0f400aa48121b93a074e344e27e0 100644 |
--- a/Source/core/html/HTMLTextAreaElement.cpp |
+++ b/Source/core/html/HTMLTextAreaElement.cpp |
@@ -42,12 +42,12 @@ |
#include "Frame.h" |
#include "FrameSelection.h" |
#include "HTMLNames.h" |
-#include "LocalizedStrings.h" |
#include "RenderTextControlMultiLine.h" |
#include "ShadowRoot.h" |
#include "Text.h" |
#include "TextControlInnerElements.h" |
#include "TextIterator.h" |
+#include "core/platform/LocalizedStrings.h" |
#include <wtf/StdLibExtras.h> |
#include <wtf/text/StringBuilder.h> |