Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Unified Diff: chrome/browser/ui/views/sync/bubble_sync_promo_view_unittest.cc

Issue 2734113006: "Bootstrap" a toolkit-views Typography spec. (Closed)
Patch Set: Rebase (conflict in layout_delegate.h due to r457774) Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {}

Powered by Google App Engine
This is Rietveld 408576698