| Index: chrome/browser/browser_about_handler.h
 | 
| diff --git a/chrome/browser/browser_about_handler.h b/chrome/browser/browser_about_handler.h
 | 
| index 7cc3785dc8b1ae26260f64b405cbda9f3320fd6b..2bbe5a8b7a5aa3c8bca832b9beedffa25c795daf 100644
 | 
| --- a/chrome/browser/browser_about_handler.h
 | 
| +++ b/chrome/browser/browser_about_handler.h
 | 
| @@ -17,7 +17,7 @@ bool FixupBrowserAboutURL(GURL* url, content::BrowserContext* browser_context);
 | 
|  
 | 
|  // Returns true if the given URL will be handled by the browser about handler.
 | 
|  // Nowadays, these go through the webui, so the return is always false.
 | 
| -// Either way, |url| will be processed by url_fixer::FixupURL, which
 | 
| +// Either way, |url| will be processed by url_formatter::FixupURL, which
 | 
|  // replaces the about: scheme with chrome:// for all about:foo URLs except
 | 
|  // "about:blank".
 | 
|  // Some |url| host values will be replaced with their respective redirects.
 | 
| 
 |