| Index: ios/chrome/browser/payments/shipping_address_selection_view_controller.h
|
| diff --git a/ios/chrome/browser/payments/shipping_address_selection_view_controller.h b/ios/chrome/browser/payments/shipping_address_selection_view_controller.h
|
| index 5bc73bb8ef263d097cdd1e79a148f01639bc77e9..113bb73426623352c53c1b1061d8b070eb1c7a2f 100644
|
| --- a/ios/chrome/browser/payments/shipping_address_selection_view_controller.h
|
| +++ b/ios/chrome/browser/payments/shipping_address_selection_view_controller.h
|
| @@ -42,7 +42,7 @@ class AutofillProfile;
|
| @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 address or
|
| // returns without selecting one.
|
|
|