| Index: ui/views/animation/ink_drop_animation_ended_reason.cc
|
| diff --git a/ui/views/animation/ink_drop_animation_ended_reason.cc b/ui/views/animation/ink_drop_animation_ended_reason.cc
|
| index 8499995cd34294a6c9108c1739960e8c2b021e8f..082ccbb24eda3c0a817cb78bc7c26caeca520273 100644
|
| --- a/ui/views/animation/ink_drop_animation_ended_reason.cc
|
| +++ b/ui/views/animation/ink_drop_animation_ended_reason.cc
|
| @@ -8,7 +8,7 @@
|
|
|
| namespace views {
|
|
|
| -std::string ToString(InkDropAnimationEndedReason reason) {
|
| +std::string ToString(const InkDropAnimationEndedReason& reason) {
|
| switch (reason) {
|
| case InkDropAnimationEndedReason::SUCCESS:
|
| return "SUCCESS";
|
|
|