| Index: ui/views/controls/button/custom_button_unittest.cc
|
| diff --git a/ui/views/controls/button/custom_button_unittest.cc b/ui/views/controls/button/custom_button_unittest.cc
|
| index 686f4d7c63d8458810b6e279175e762d0a7a7fbc..7f784c2dc8d0f4c78e7858dcbe35c4eec84504ec 100644
|
| --- a/ui/views/controls/button/custom_button_unittest.cc
|
| +++ b/ui/views/controls/button/custom_button_unittest.cc
|
| @@ -132,8 +132,7 @@ class TestInkDropDelegate : public InkDropDelegate {
|
| };
|
|
|
| // A test Button class that owns a TestInkDropDelegate.
|
| -class TestButtonWithInkDrop : public TestCustomButton,
|
| - public views::InkDropHost {
|
| +class TestButtonWithInkDrop : public TestCustomButton {
|
| public:
|
| TestButtonWithInkDrop(bool* ink_shown, bool* ink_hidden)
|
| : TestCustomButton(),
|
|
|