| Index: chrome/browser/ui/bookmarks/bookmark_utils.h
|
| diff --git a/chrome/browser/ui/bookmarks/bookmark_utils.h b/chrome/browser/ui/bookmarks/bookmark_utils.h
|
| index dbd7d0f732c9e478b609c6ed7a20ffaf7905d2d3..b9682a76fdbb314dbd19b24bf8b6566446ae91bf 100644
|
| --- a/chrome/browser/ui/bookmarks/bookmark_utils.h
|
| +++ b/chrome/browser/ui/bookmarks/bookmark_utils.h
|
| @@ -95,7 +95,7 @@ void ToggleBookmarkBarWhenVisible(content::BrowserContext* browser_context);
|
|
|
| // Returns a formatted version of |url| appropriate to display to a user with
|
| // the given |prefs|, which may be NULL. When re-parsing this URL, clients
|
| -// should call url_fixer::FixupURL().
|
| +// should call url_formatter::FixupURL().
|
| base::string16 FormatBookmarkURLForDisplay(const GURL& url,
|
| const PrefService* prefs);
|
|
|
|
|