Index: chrome/browser/ui/views/location_bar/icon_label_bubble_view.h |
diff --git a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h |
index 33f2d7667e77c9c4e8f407b09c2dfb3c50ca04bd..71d58816851f76b571b39da2b630c5dabf07ae57 100644 |
--- a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h |
+++ b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h |
@@ -86,7 +86,8 @@ class IconLabelBubbleView : public views::InkDropHostView { |
void OnNativeThemeChanged(const ui::NativeTheme* native_theme) override; |
void AddInkDropLayer(ui::Layer* ink_drop_layer) override; |
void RemoveInkDropLayer(ui::Layer* ink_drop_layer) override; |
- std::unique_ptr<views::InkDropHover> CreateInkDropHover() const override; |
+ std::unique_ptr<views::InkDropHighlight> CreateInkDropHighlight() |
+ const override; |
SkColor GetInkDropBaseColor() const override; |
const gfx::FontList& font_list() const { return label_->font_list(); } |