| Index: ios/chrome/browser/payments/shipping_option_selection_view_controller.h
|
| diff --git a/ios/chrome/browser/payments/shipping_option_selection_view_controller.h b/ios/chrome/browser/payments/shipping_option_selection_view_controller.h
|
| index e1a4648d304efad9bae8082c7757f3764bc2b61a..fcf87c1ba5619106009ccf331ddcdd1a4a2c0ece 100644
|
| --- a/ios/chrome/browser/payments/shipping_option_selection_view_controller.h
|
| +++ b/ios/chrome/browser/payments/shipping_option_selection_view_controller.h
|
| @@ -38,7 +38,7 @@
|
| @property(nonatomic, assign) BOOL isLoading;
|
|
|
| // The error message to display, if any.
|
| -@property(nonatomic, assign) NSString* errorMessage;
|
| +@property(nonatomic, copy) NSString* errorMessage;
|
|
|
| // The delegate to be notified when the user selects a shipping option or
|
| // returns without selecting one.
|
|
|