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 b4aa38168ddd858e5aba858153f99b95cce75d50..5e22dee82e7552be25ca07177442054dba94e5f6 100644 |
--- a/chrome/browser/ui/bookmarks/bookmark_tab_helper.cc |
+++ b/chrome/browser/ui/bookmarks/bookmark_tab_helper.cc |
@@ -49,7 +49,7 @@ bool BookmarkTabHelper::ShouldShowBookmarkBar() { |
// 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. |
- if (tab_contents()->GetController().GetLastCommittedEntry()) { |
+ if (tab_contents()->controller().GetLastCommittedEntry()) { |
// Not the first load, always use the committed Web UI. |
return CanShowBookmarkBar(tab_contents()->committed_web_ui()); |
} |