| Index: chrome/browser/ui/bookmarks/bookmark_tab_helper.cc
|
| diff --git a/chrome/browser/ui/bookmarks/bookmark_tab_helper.cc b/chrome/browser/ui/bookmarks/bookmark_tab_helper.cc
|
| index 78b796a2b9b4ed8cd7b84eea1d128cd19fd66ca2..d60a40371f931f49ef20098c900189a310a74045 100644
|
| --- a/chrome/browser/ui/bookmarks/bookmark_tab_helper.cc
|
| +++ b/chrome/browser/ui/bookmarks/bookmark_tab_helper.cc
|
| @@ -48,7 +48,7 @@ bool BookmarkTabHelper::ShouldShowBookmarkBar() {
|
| if (web_contents()->ShowingInterstitialPage())
|
| return false;
|
|
|
| - // See TabContents::GetWebUIForCurrentState() comment for more info. This case
|
| + // See WebContents::GetWebUIForCurrentState() comment for more info. This case
|
| // is very similar, but for non-first loads, we want to use the committed
|
| // entry. This is so the bookmarks bar disappears at the same time the page
|
| // does.
|
|
|