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

Unified Diff: url_canon_mailtourl.cc

Issue 2029803003: Update to Chromium //url at Chromium commit 79dc59ac7602413181079ecb463873e29a1d7d0a. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/domokit/gurl@master
Patch Set: Created 4 years, 7 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 | « url_canon_ip.cc ('k') | url_canon_path.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url_canon_mailtourl.cc
diff --git a/url_canon_mailtourl.cc b/url_canon_mailtourl.cc
index 7c48b9590862a8aaf604f5a5ddf17194f7b44c0e..fb6bc9ab7e70ec62409efc7fa92e29822e09618e 100644
--- a/url_canon_mailtourl.cc
+++ b/url_canon_mailtourl.cc
@@ -55,7 +55,7 @@ bool DoCanonicalizeMailtoURL(const URLComponentSource<CHAR>& source,
new_parsed->path.reset();
}
- // Query -- always use the default utf8 charset converter.
+ // Query -- always use the default UTF8 charset converter.
CanonicalizeQuery(source.query, parsed.query, NULL,
output, &new_parsed->query);
« no previous file with comments | « url_canon_ip.cc ('k') | url_canon_path.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698