| Index: components/url_formatter/url_formatter.h | 
| diff --git a/components/url_formatter/url_formatter.h b/components/url_formatter/url_formatter.h | 
| index 8e1630453ce3c169456b353f45c63e01f2dbac03..11bf0c94365c469ba4ba2a337489c2a21050826a 100644 | 
| --- a/components/url_formatter/url_formatter.h | 
| +++ b/components/url_formatter/url_formatter.h | 
| @@ -150,7 +150,7 @@ void AppendFormattedHost(const GURL& url, | 
| base::string16 IDNToUnicode(const std::string& host, | 
| const std::string& languages); | 
|  | 
| -// If text starts with "www." it is removed, otherwise text is returned | 
| +// If |text| starts with "www." it is removed, otherwise |text| is returned | 
| // unmodified. | 
| base::string16 StripWWW(const base::string16& text); | 
|  | 
|  |