| Index: ui/views/animation/test/ink_drop_utils.cc
|
| diff --git a/ui/views/animation/test/ink_drop_utils.cc b/ui/views/animation/test/ink_drop_utils.cc
|
| index 042c137f38818fd85fa6800a449a8fbfbf1afcba..780b0c6f72b757b83108ba795d3bb262a5ecd110 100644
|
| --- a/ui/views/animation/test/ink_drop_utils.cc
|
| +++ b/ui/views/animation/test/ink_drop_utils.cc
|
| @@ -5,7 +5,7 @@
|
| #include <ostream>
|
|
|
| #include "ui/views/animation/ink_drop_animation_ended_reason.h"
|
| -#include "ui/views/animation/ink_drop_hover.h"
|
| +#include "ui/views/animation/ink_drop_highlight.h"
|
| #include "ui/views/animation/ink_drop_state.h"
|
|
|
| namespace views {
|
| @@ -14,7 +14,8 @@ void PrintTo(InkDropState ink_drop_state, ::std::ostream* os) {
|
| *os << ToString(ink_drop_state);
|
| }
|
|
|
| -void PrintTo(InkDropHover::AnimationType animation_type, ::std::ostream* os) {
|
| +void PrintTo(InkDropHighlight::AnimationType animation_type,
|
| + ::std::ostream* os) {
|
| *os << ToString(animation_type);
|
| }
|
|
|
|
|