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

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

Issue 1424713006: ios: Stop using __weak. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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.mm
diff --git a/ios/chrome/browser/autofill/form_suggestion_controller.mm b/ios/chrome/browser/autofill/form_suggestion_controller.mm
index 04ad0d11fbcf1d1a067a1d7a46948d4f6e5bba59..84201e5c441aa8557596ffaceed945b10689910a 100644
--- a/ios/chrome/browser/autofill/form_suggestion_controller.mm
+++ b/ios/chrome/browser/autofill/form_suggestion_controller.mm
@@ -91,7 +91,7 @@ AutofillSuggestionState::AutofillSuggestionState(const std::string& form_name,
base::scoped_nsobject<JsSuggestionManager> _jsSuggestionManager;
// The provider for the current set of suggestions.
- __weak id<FormSuggestionProvider> _provider;
+ id<FormSuggestionProvider> _provider; // weak
}
- (instancetype)initWithWebState:(web::WebState*)webState
« no previous file with comments | « components/autofill/ios/browser/form_suggestion.mm ('k') | ios/chrome/browser/infobars/confirm_infobar_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698