Index: Source/core/html/RadioInputType.cpp |
diff --git a/Source/core/html/RadioInputType.cpp b/Source/core/html/RadioInputType.cpp |
index 6812a016b2c86e5fe05ae2d7304d104c02e82d64..a24c02e365254e6e7ac3adaad9c3437791e678d7 100644 |
--- a/Source/core/html/RadioInputType.cpp |
+++ b/Source/core/html/RadioInputType.cpp |
@@ -27,11 +27,11 @@ |
#include "HTMLNames.h" |
#include "InputTypeNames.h" |
#include "KeyboardEvent.h" |
-#include "LocalizedStrings.h" |
#include "MouseEvent.h" |
#include "NodeTraversal.h" |
#include "Settings.h" |
#include "SpatialNavigation.h" |
+#include "core/platform/LocalizedStrings.h" |
#include <wtf/PassOwnPtr.h> |
namespace WebCore { |