Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1118)

Unified Diff: Source/core/html/forms/URLInputType.cpp

Issue 1115553002: Removing blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/forms/SubmitInputType.cpp ('k') | Source/core/html/parser/HTMLParserThread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/URLInputType.cpp
diff --git a/Source/core/html/forms/URLInputType.cpp b/Source/core/html/forms/URLInputType.cpp
index db6942b559e9790e16c4222df4f0be986cfb7f99..4864e6a44c8017f802674d19d6927741e9449dff 100644
--- a/Source/core/html/forms/URLInputType.cpp
+++ b/Source/core/html/forms/URLInputType.cpp
@@ -65,7 +65,7 @@ bool URLInputType::typeMismatch() const
String URLInputType::typeMismatchText() const
{
- return locale().queryString(blink::WebLocalizedString::ValidationTypeMismatchForURL);
+ return locale().queryString(WebLocalizedString::ValidationTypeMismatchForURL);
}
} // namespace blink
« no previous file with comments | « Source/core/html/forms/SubmitInputType.cpp ('k') | Source/core/html/parser/HTMLParserThread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698