| Index: chrome/browser/ui/views/sync/bubble_sync_promo_view_unittest.cc
|
| diff --git a/chrome/browser/ui/views/sync/bubble_sync_promo_view_unittest.cc b/chrome/browser/ui/views/sync/bubble_sync_promo_view_unittest.cc
|
| index 9e4ad89fd78b755c2ae0e9d37cebf898fd54a7f3..4379b815f49725541c45bfb6d5546e5774f72fc8 100644
|
| --- a/chrome/browser/ui/views/sync/bubble_sync_promo_view_unittest.cc
|
| +++ b/chrome/browser/ui/views/sync/bubble_sync_promo_view_unittest.cc
|
| @@ -16,9 +16,10 @@
|
| #include "ui/events/event_constants.h"
|
| #include "ui/gfx/range/range.h"
|
| #include "ui/views/controls/styled_label.h"
|
| +#include "ui/views/test/views_test_base.h"
|
|
|
| -class BubbleSyncPromoViewTest : public BubbleSyncPromoDelegate,
|
| - public testing::Test {
|
| +class BubbleSyncPromoViewTest : public views::ViewsTestBase,
|
| + public BubbleSyncPromoDelegate {
|
| public:
|
| BubbleSyncPromoViewTest() : sign_in_clicked_count_(0) {}
|
|
|
|
|