Chromium Code Reviews| Index: Source/core/html/forms/InputType.cpp |
| diff --git a/Source/core/html/forms/InputType.cpp b/Source/core/html/forms/InputType.cpp |
| index ff98bc87e9c83971bd404f993ffd30b4b91c0ab5..5f0a221148f31862622987a3793d60bc41a987a8 100644 |
| --- a/Source/core/html/forms/InputType.cpp |
| +++ b/Source/core/html/forms/InputType.cpp |
| @@ -70,7 +70,7 @@ |
| namespace WebCore { |
| -using WebKit::WebLocalizedString; |
| +using blink::WebLocalizedString; |
| using namespace HTMLNames; |
| using namespace std; |