Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: ios/chrome/browser/autofill/form_suggestion_controller.h

Issue 2933093003: [ObjC ARC] Converts ios/chrome/browser/autofill:autofill to ARC. (Closed)
Patch Set: Fix nil assignment. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ios/chrome/browser/autofill/form_suggestion_controller.h
diff --git a/ios/chrome/browser/autofill/form_suggestion_controller.h b/ios/chrome/browser/autofill/form_suggestion_controller.h
index 92d37821345bf7e85d2b3adc1fe676ec8684f76b..a45ae54549fed02a98b61075b5b2fee1cd548f30 100644
--- a/ios/chrome/browser/autofill/form_suggestion_controller.h
+++ b/ios/chrome/browser/autofill/form_suggestion_controller.h
@@ -46,8 +46,8 @@ class WebState;
- (void)detachFromWebState;
// Provides an input accessory view for form suggestions.
-@property(nonatomic, readonly)
- id<FormInputAccessoryViewProvider> accessoryViewProvider;
+@property(nonatomic, readonly) id<FormInputAccessoryViewProvider>
+ accessoryViewProvider;
@end

Powered by Google App Engine
This is Rietveld 408576698