| Index: ios/chrome/browser/payments/payment_request_manager.mm
|
| diff --git a/ios/chrome/browser/payments/payment_request_manager.mm b/ios/chrome/browser/payments/payment_request_manager.mm
|
| index 95359fdf250efefe61edd54c316702b4923ab7e5..2b5f6c2f4689cf960cf0f935ac805dbd74a79ee1 100644
|
| --- a/ios/chrome/browser/payments/payment_request_manager.mm
|
| +++ b/ios/chrome/browser/payments/payment_request_manager.mm
|
| @@ -27,8 +27,8 @@
|
| #include "ios/web/public/payments/payment_request.h"
|
| #include "ios/web/public/ssl_status.h"
|
| #import "ios/web/public/url_scheme_util.h"
|
| -#import "ios/web/public/web_state/crw_web_view_proxy.h"
|
| #import "ios/web/public/web_state/js/crw_js_injection_receiver.h"
|
| +#import "ios/web/public/web_state/ui/crw_web_view_proxy.h"
|
| #include "ios/web/public/web_state/url_verification_constants.h"
|
| #include "ios/web/public/web_state/web_state.h"
|
| #import "ios/web/public/web_state/web_state_observer_bridge.h"
|
|
|