| Index: ui/views/animation/ink_drop_animation_controller_factory.cc
|
| diff --git a/ui/views/animation/ink_drop_animation_controller_factory.cc b/ui/views/animation/ink_drop_animation_controller_factory.cc
|
| index 747561dc42f45a0df7f511c95fd17a86889e2bf0..6a476d91d5873841150993c3b4f8c2f86e05e9e4 100644
|
| --- a/ui/views/animation/ink_drop_animation_controller_factory.cc
|
| +++ b/ui/views/animation/ink_drop_animation_controller_factory.cc
|
| @@ -17,7 +17,7 @@ namespace {
|
|
|
| // A stub implementation of an InkDropAnimationController that can be used when
|
| // material design is not enabled.
|
| -class VIEWS_EXPORT InkDropAnimationControllerStub
|
| +class InkDropAnimationControllerStub
|
| : public InkDropAnimationController {
|
| public:
|
| explicit InkDropAnimationControllerStub(InkDropHost* ink_drop_host);
|
|
|