| Index: components/payments/content/payment_request_web_contents_manager.h
|
| diff --git a/components/payments/content/payment_request_web_contents_manager.h b/components/payments/content/payment_request_web_contents_manager.h
|
| index 52323140d10066fc4556979d210f565555e5adac..2c94216c54a052d83c8d514350019f8fd80c1403 100644
|
| --- a/components/payments/content/payment_request_web_contents_manager.h
|
| +++ b/components/payments/content/payment_request_web_contents_manager.h
|
| @@ -52,7 +52,7 @@ class PaymentRequestWebContentsManager
|
| private:
|
| explicit PaymentRequestWebContentsManager(content::WebContents* web_contents);
|
| friend class content::WebContentsUserData<PaymentRequestWebContentsManager>;
|
| - friend class PaymentRequestInteractiveTestBase;
|
| + friend class PaymentRequestBrowserTestBase;
|
|
|
| // Owns all the PaymentRequest for this WebContents. Since the
|
| // PaymentRequestWebContentsManager's lifetime is tied to the WebContents,
|
|
|