| Index: chrome/browser/ui/views/location_bar/star_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/star_view.h b/chrome/browser/ui/views/location_bar/star_view.h
|
| index 2bbf3c2aa5b41b294ba3da2f33dc90cc2a5f5d58..ec61dbdfdfdb681e0c948e4e71171047583f6d87 100644
|
| --- a/chrome/browser/ui/views/location_bar/star_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/star_view.h
|
| @@ -24,7 +24,7 @@ class StarView : public BubbleIconView {
|
| // BubbleIconView:
|
| void OnExecuting(BubbleIconView::ExecuteSource execute_source) override;
|
| void ExecuteCommand(ExecuteSource source) override;
|
| - views::BubbleDelegateView* GetBubble() const override;
|
| + views::BubbleDialogDelegateView* GetBubble() const override;
|
| bool SetRasterIcon() override;
|
| gfx::VectorIconId GetVectorIcon() const override;
|
|
|
|
|