| Index: chrome/browser/ui/views/location_bar/bubble_icon_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/bubble_icon_view.h b/chrome/browser/ui/views/location_bar/bubble_icon_view.h
|
| index c0941f80e4c88072cc6ff6e8e5cbe708990739da..d40a1e4717291328d95b35a9f2c48bd5dc7e5bfe 100644
|
| --- a/chrome/browser/ui/views/location_bar/bubble_icon_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/bubble_icon_view.h
|
| @@ -20,7 +20,7 @@ enum class VectorIconId;
|
| }
|
|
|
| namespace views {
|
| -class BubbleDelegateView;
|
| +class BubbleDialogDelegateView;
|
| class InkDropDelegate;
|
| }
|
|
|
| @@ -83,7 +83,7 @@ class BubbleIconView : public views::InkDropHostView,
|
| virtual void ExecuteCommand(ExecuteSource source);
|
|
|
| // Returns the bubble instance for the icon.
|
| - virtual views::BubbleDelegateView* GetBubble() const = 0;
|
| + virtual views::BubbleDialogDelegateView* GetBubble() const = 0;
|
|
|
| // Gets the given vector icon in the correct color and size based on |active|
|
| // and whether Chrome's in material design mode.
|
|
|