| Index: chrome/browser/browser_commands.cc
|
| ===================================================================
|
| --- chrome/browser/browser_commands.cc (revision 1988)
|
| +++ chrome/browser/browser_commands.cc (working copy)
|
| @@ -810,7 +810,7 @@
|
| 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.
|
|
|
|
|