Index: Source/core/html/forms/FileInputType.cpp |
diff --git a/Source/core/html/forms/FileInputType.cpp b/Source/core/html/forms/FileInputType.cpp |
index 2a2be023b4ff52c08110b3833ad6cdfc3d6e8d17..f4d549dd78b2db38859337b74e877f2fa8e235ca 100644 |
--- a/Source/core/html/forms/FileInputType.cpp |
+++ b/Source/core/html/forms/FileInputType.cpp |
@@ -45,7 +45,7 @@ |
namespace WebCore { |
-using WebKit::WebLocalizedString; |
+using blink::WebLocalizedString; |
using namespace HTMLNames; |
inline FileInputType::FileInputType(HTMLInputElement& element) |