| 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);
|
|
|
|
|