| Index: Source/core/html/forms/DateTimeLocalInputType.cpp
|
| diff --git a/Source/core/html/forms/DateTimeLocalInputType.cpp b/Source/core/html/forms/DateTimeLocalInputType.cpp
|
| index 1f3317d8ed4c12c783bfef539c827dd88cb1147e..8b1297b60bb20517275b2bc9ba11b9a4988ace0a 100644
|
| --- a/Source/core/html/forms/DateTimeLocalInputType.cpp
|
| +++ b/Source/core/html/forms/DateTimeLocalInputType.cpp
|
| @@ -43,7 +43,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -using WebKit::WebLocalizedString;
|
| +using blink::WebLocalizedString;
|
| using namespace HTMLNames;
|
|
|
| static const int dateTimeLocalDefaultStep = 60;
|
|
|