| Index: ui/views/animation/test/test_ink_drop_delegate.h | 
| diff --git a/ui/views/animation/test/test_ink_drop_delegate.h b/ui/views/animation/test/test_ink_drop_delegate.h | 
| index fdcaad39aad1160d5e7809730609a66d213cdff3..ec9b7c9626b1a7ad75d6feb53c5d065411e8980a 100644 | 
| --- a/ui/views/animation/test/test_ink_drop_delegate.h | 
| +++ b/ui/views/animation/test/test_ink_drop_delegate.h | 
| @@ -23,6 +23,7 @@ class TestInkDropDelegate : public InkDropDelegate { | 
| void SnapToActivated() override; | 
| void SetHovered(bool is_hovered) override; | 
| InkDropState GetTargetInkDropState() const override; | 
| +  InkDrop* GetInkDrop() override; | 
|  | 
| private: | 
| InkDropState state_; | 
|  |