| Index: url_canon_stdurl.cc
|
| diff --git a/url_canon_stdurl.cc b/url_canon_stdurl.cc
|
| index 7a61de8902d7e555fead2fe771bbe2c9fb5fcd87..7d1758b1299987f9f1a20a32f997e1a374c430f2 100644
|
| --- a/url_canon_stdurl.cc
|
| +++ b/url_canon_stdurl.cc
|
| @@ -169,7 +169,7 @@ bool ReplaceStandardURL(const char* base,
|
| }
|
|
|
| // For 16-bit replacements, we turn all the replacements into UTF-8 so the
|
| -// regular codepath can be used.
|
| +// regular code path can be used.
|
| bool ReplaceStandardURL(const char* base,
|
| const Parsed& base_parsed,
|
| const Replacements<base::char16>& replacements,
|
|
|