Index: Source/core/html/forms/DateInputType.cpp |
diff --git a/Source/core/html/forms/DateInputType.cpp b/Source/core/html/forms/DateInputType.cpp |
index b37f0d86c8c109f77eb0526b01c3a1460285843f..c75b4f3f0d1392f0eb2fd7b96860a6b6fa00ba7b 100644 |
--- a/Source/core/html/forms/DateInputType.cpp |
+++ b/Source/core/html/forms/DateInputType.cpp |
@@ -41,7 +41,7 @@ |
namespace WebCore { |
-using WebKit::WebLocalizedString; |
+using blink::WebLocalizedString; |
using namespace HTMLNames; |
static const int dateDefaultStep = 1; |