| Index: components/payments/payment_request_web_contents_manager.h
|
| diff --git a/components/payments/payment_request_web_contents_manager.h b/components/payments/payment_request_web_contents_manager.h
|
| index 503107b619b0839278d48d3db2a509aef2ffa034..42e26f4a9ced86d595467d307d3f3796669377fd 100644
|
| --- a/components/payments/payment_request_web_contents_manager.h
|
| +++ b/components/payments/payment_request_web_contents_manager.h
|
| @@ -46,7 +46,7 @@ class PaymentRequestWebContentsManager
|
| private:
|
| explicit PaymentRequestWebContentsManager(content::WebContents* web_contents);
|
| friend class content::WebContentsUserData<PaymentRequestWebContentsManager>;
|
| - friend class PaymentRequestWebContentsManagerBrowserTest;
|
| + friend class PaymentRequestInteractiveTestBase;
|
|
|
| // Owns all the PaymentRequest for this WebContents. Since the
|
| // PaymentRequestWebContentsManager's lifetime is tied to the WebContents,
|
| @@ -58,4 +58,4 @@ class PaymentRequestWebContentsManager
|
|
|
| } // namespace payments
|
|
|
| -#endif // COMPONENTS_PAYMENTS_PAYMENT_REQUEST_IMPL_H_
|
| +#endif // COMPONENTS_PAYMENTS_PAYMENT_REQUEST_WEB_CONTENTS_MANAGER_H_
|
|
|