| Index: ui/views/animation/test/ink_drop_animation_controller_impl_test_api.h
|
| diff --git a/ui/views/animation/test/ink_drop_animation_controller_impl_test_api.h b/ui/views/animation/test/ink_drop_animation_controller_impl_test_api.h
|
| index 54b80c61b6fb02dc0b627eefaaf7fb55de720638..97cde577f5f73662bc049822c2e336bcb54e13c9 100644
|
| --- a/ui/views/animation/test/ink_drop_animation_controller_impl_test_api.h
|
| +++ b/ui/views/animation/test/ink_drop_animation_controller_impl_test_api.h
|
| @@ -22,7 +22,7 @@ class InkDropHover;
|
| namespace test {
|
|
|
| // Test API to provide internal access to an InkDropAnimationControllerImpl
|
| -// instance. This can also be used to control the InkDropAnimation and
|
| +// instance. This can also be used to control the InkDropRipple and
|
| // InkDropHover animations via the ui::test::MultiLayerAnimatorTestController
|
| // API.
|
| class InkDropAnimationControllerImplTestApi
|
| @@ -42,7 +42,7 @@ class InkDropAnimationControllerImplTestApi
|
| std::vector<ui::LayerAnimator*> GetLayerAnimators() override;
|
|
|
| private:
|
| - // The InkDropedAnimation to provide internal access to.
|
| + // The InkDropAnimationController to provide internal access to.
|
| InkDropAnimationControllerImpl* ink_drop_controller_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(InkDropAnimationControllerImplTestApi);
|
|
|