| Index: chrome/browser/ui/views/location_bar/star_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/star_view.cc b/chrome/browser/ui/views/location_bar/star_view.cc
|
| index b5627a0735b8f05de2d9878e4d76c22a671103dd..8315e25d1593c9de55a035a70acd815abce74fb6 100644
|
| --- a/chrome/browser/ui/views/location_bar/star_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/star_view.cc
|
| @@ -15,8 +15,8 @@
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
|
|
| -StarView::StarView(CommandUpdater* command_updater)
|
| - : BubbleIconView(command_updater, IDC_BOOKMARK_PAGE) {
|
| +StarView::StarView(CommandUpdater* command_updater, Browser* browser)
|
| + : BubbleIconView(command_updater, IDC_BOOKMARK_PAGE, browser) {
|
| set_id(VIEW_ID_STAR_BUTTON);
|
| SetToggled(false);
|
| }
|
|
|