Index: Source/core/html/forms/NumberInputType.cpp |
diff --git a/Source/core/html/forms/NumberInputType.cpp b/Source/core/html/forms/NumberInputType.cpp |
index a91d21a176d7518320b3436fb0ccecbad1b2a6a9..010e25368e2236f59a1f7263b23240849173f328 100644 |
--- a/Source/core/html/forms/NumberInputType.cpp |
+++ b/Source/core/html/forms/NumberInputType.cpp |
@@ -47,7 +47,7 @@ |
namespace WebCore { |
-using WebKit::WebLocalizedString; |
+using blink::WebLocalizedString; |
using namespace HTMLNames; |
using namespace std; |