Index: ui/views/controls/button/label_button.h |
diff --git a/ui/views/controls/button/label_button.h b/ui/views/controls/button/label_button.h |
index ceed96d9579f04e40a78af72bc15204d0db52687..01e30779b83df8ec11c50501826aa550dc319181 100644 |
--- a/ui/views/controls/button/label_button.h |
+++ b/ui/views/controls/button/label_button.h |
@@ -20,7 +20,7 @@ |
namespace views { |
class InkDropRipple; |
-class InkDropHover; |
+class InkDropHighlight; |
class LabelButtonBorder; |
class Painter; |
@@ -105,7 +105,7 @@ class VIEWS_EXPORT LabelButton : public CustomButton, |
void AddInkDropLayer(ui::Layer* ink_drop_layer) override; |
void RemoveInkDropLayer(ui::Layer* ink_drop_layer) override; |
std::unique_ptr<InkDropRipple> CreateInkDropRipple() const override; |
- std::unique_ptr<InkDropHover> CreateInkDropHover() const override; |
+ std::unique_ptr<InkDropHighlight> CreateInkDropHighlight() const override; |
gfx::Point GetInkDropCenter() const override; |
protected: |