diff options
Diffstat (limited to 'chrome/browser/browser_commands.cc')
-rw-r--r-- | chrome/browser/browser_commands.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_commands.cc b/chrome/browser/browser_commands.cc index 6fe3593..5594f0e 100644 --- a/chrome/browser/browser_commands.cc +++ b/chrome/browser/browser_commands.cc @@ -810,7 +810,7 @@ void Browser::StarCurrentTabContents() { return; WebContents* rvh = tab->AsWebContents(); - BookmarkBarModel* model = tab->profile()->GetBookmarkBarModel(); + BookmarkModel* model = tab->profile()->GetBookmarkModel(); if (!model || !model->IsLoaded()) return; // Ignore requests until bookmarks are loaded. |