| Index: chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
| index 54074624001750887fbcf292a73807d2daaefea7..fb37a29ded5b0e86c70f417f7847342b9f9c5f02 100644
|
| --- a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
| @@ -14,7 +14,7 @@
|
| #include "ui/gfx/image/image_util.h"
|
| #include "ui/gfx/scoped_canvas.h"
|
| #include "ui/native_theme/native_theme.h"
|
| -#include "ui/views/animation/ink_drop_hover.h"
|
| +#include "ui/views/animation/ink_drop_highlight.h"
|
| #include "ui/views/border.h"
|
| #include "ui/views/controls/image_view.h"
|
| #include "ui/views/controls/textfield/textfield.h"
|
| @@ -204,8 +204,8 @@ void IconLabelBubbleView::RemoveInkDropLayer(ui::Layer* ink_drop_layer) {
|
| image()->SetPaintToLayer(false);
|
| }
|
|
|
| -std::unique_ptr<views::InkDropHover> IconLabelBubbleView::CreateInkDropHover()
|
| - const {
|
| +std::unique_ptr<views::InkDropHighlight>
|
| +IconLabelBubbleView::CreateInkDropHighlight() const {
|
| // Location bar views don't show hover effect.
|
| return nullptr;
|
| }
|
|
|