| Index: ios/chrome/browser/payments/payment_request_coordinator.h
 | 
| diff --git a/ios/chrome/browser/payments/payment_request_coordinator.h b/ios/chrome/browser/payments/payment_request_coordinator.h
 | 
| index b2e1d9a0dcb7958b772b769db1ee2d1ef5518db0..bd316ffcc49eaff98d1055222573a1dabef41c9b 100644
 | 
| --- a/ios/chrome/browser/payments/payment_request_coordinator.h
 | 
| +++ b/ios/chrome/browser/payments/payment_request_coordinator.h
 | 
| @@ -73,7 +73,7 @@ class ChromeBrowserState;
 | 
|  
 | 
|  // The favicon of the page invoking the PaymentRequest API. Should be set before
 | 
|  // calling |start|.
 | 
| -@property(nonatomic, retain) UIImage* pageFavicon;
 | 
| +@property(nonatomic, strong) UIImage* pageFavicon;
 | 
|  
 | 
|  // The title of the page invoking the Payment Request API. Should be set before
 | 
|  // calling |start|.
 | 
| 
 |