Chromium Code Reviews| Index: ui/views/animation/test/ink_drop_impl_test_api.h |
| diff --git a/ui/views/animation/test/ink_drop_impl_test_api.h b/ui/views/animation/test/ink_drop_impl_test_api.h |
| index 556d28eae8734da06c979fbbf7b1bda820e58959..441784d9a9629bd86b75f5011d3a78269b7693e1 100644 |
| --- a/ui/views/animation/test/ink_drop_impl_test_api.h |
| +++ b/ui/views/animation/test/ink_drop_impl_test_api.h |
| @@ -28,7 +28,7 @@ class InkDropImplTestApi |
| : public ui::test::MultiLayerAnimatorTestController, |
| public ui::test::MultiLayerAnimatorTestControllerDelegate { |
| public: |
| - explicit InkDropImplTestApi(InkDropImpl* ink_drop_controller_); |
| + explicit InkDropImplTestApi(InkDropImpl* ink_drop_); |
|
tdanderson
2016/05/10 18:51:46
No _ at end.
bruthig
2016/05/10 18:55:26
Done.
|
| ~InkDropImplTestApi() override; |
| // Wrappers to InkDropImpl internals: |