| Index: chrome/browser/browser_about_handler.h
|
| diff --git a/chrome/browser/browser_about_handler.h b/chrome/browser/browser_about_handler.h
|
| index f0f7ad82bdaceac4cfae5b8f406cb72559c06e59..93b1a205f010a3f7022b94b0953f456a4407abca 100644
|
| --- a/chrome/browser/browser_about_handler.h
|
| +++ b/chrome/browser/browser_about_handler.h
|
| @@ -13,7 +13,7 @@ class BrowserContext;
|
|
|
| // 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 URLFixerUpper::FixupURL, which
|
| +// Either way, |url| will be processed by url_fixer::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.
|
|
|