| Index: components/autofill/ios/browser/form_suggestion.mm
|
| diff --git a/components/autofill/ios/browser/form_suggestion.mm b/components/autofill/ios/browser/form_suggestion.mm
|
| index 4f5b85a795904defb76f353bd3c6c9c123b99a55..709bb63b4ce12c0daf26ab337e54bfb943ce6234 100644
|
| --- a/components/autofill/ios/browser/form_suggestion.mm
|
| +++ b/components/autofill/ios/browser/form_suggestion.mm
|
| @@ -5,17 +5,11 @@
|
| #import "components/autofill/ios/browser/form_suggestion.h"
|
|
|
| @interface FormSuggestion ()
|
| -// TODO(rohitrao): These properties must be redefined readwrite to work around a
|
| -// clang bug. crbug.com/228650
|
| -@property(copy, readwrite) NSString* value;
|
| -@property(copy, readwrite) NSString* icon;
|
| -
|
| // Local initializer for a FormSuggestion.
|
| - (id)initWithValue:(NSString*)value
|
| displayDescription:(NSString*)displayDescription
|
| icon:(NSString*)icon
|
| identifier:(NSInteger)identifier;
|
| -
|
| @end
|
|
|
| @implementation FormSuggestion {
|
|
|