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

Unified Diff: chrome/browser/ui/views/payments/view_stack.h

Issue 2734693002: [Payments] Convert interactive tests to browsertests (Closed)
Patch Set: Initial 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/payments/view_stack.h
diff --git a/chrome/browser/ui/views/payments/view_stack.h b/chrome/browser/ui/views/payments/view_stack.h
index 3699ef291fb53bdf776b9bb4e2738b05a0df9aff..8b94104160ab1e8b66c0f4dde2f4b1299076b163 100644
--- a/chrome/browser/ui/views/payments/view_stack.h
+++ b/chrome/browser/ui/views/payments/view_stack.h
@@ -10,7 +10,7 @@
#include "ui/views/animation/bounds_animator_observer.h"
namespace payments {
-class PaymentRequestInteractiveTestBase;
+class PaymentRequestBrowserTestBase;
} // namespace payments
// This view represents a stack of views that slide in over one another from
@@ -47,7 +47,7 @@ class ViewStack : public views::BoundsAnimatorObserver,
FRIEND_TEST_ALL_PREFIXES(ViewStackTest, TestPushStateAddsViewToChildren);
FRIEND_TEST_ALL_PREFIXES(ViewStackTest, TestLayoutUpdatesAnimations);
friend class ViewStackTest;
- friend class payments::PaymentRequestInteractiveTestBase;
+ friend class payments::PaymentRequestBrowserTestBase;
// Returns the top state of the stack, used in tests.
views::View* top() { return stack_.back().get(); }
« no previous file with comments | « chrome/browser/ui/views/payments/payment_sheet_view_controller_interactive_uitest.cc ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698