Index: ui/views/animation/ink_drop_factory_unittest.cc |
diff --git a/ui/views/animation/ink_drop_factory_unittest.cc b/ui/views/animation/ink_drop_factory_unittest.cc |
index 3afc90393e74b3246e0843c6e35acb74851cfa07..5cff565688fe6f1908e86252d633e3548cb9ad21 100644 |
--- a/ui/views/animation/ink_drop_factory_unittest.cc |
+++ b/ui/views/animation/ink_drop_factory_unittest.cc |
@@ -104,7 +104,7 @@ TEST_P(InkDropFactoryTest, |
TEST_P(InkDropFactoryTest, |
VerifyInkDropLayersRemovedAfterDestructionWhenHoverIsActive) { |
- test_ink_drop_host_.set_should_show_hover(true); |
+ test_ink_drop_host_.set_should_show_highlight(true); |
ink_drop_->SetHovered(true); |
ink_drop_.reset(); |
EXPECT_EQ(0, test_ink_drop_host_.num_ink_drop_layers()); |