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

Unified Diff: ios/chrome/browser/ui/autofill/autofill_client_ios.h

Issue 2569713003: [ObjC ARC] Converts ios/chrome/browser/ui/autofill:autofill to ARC. (Closed)
Patch Set: comment_removed Created 4 years 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
« no previous file with comments | « ios/chrome/browser/ui/autofill/BUILD.gn ('k') | ios/chrome/browser/ui/autofill/autofill_client_ios.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/autofill/autofill_client_ios.h
diff --git a/ios/chrome/browser/ui/autofill/autofill_client_ios.h b/ios/chrome/browser/ui/autofill/autofill_client_ios.h
index 68855edf85d95940027882e37d568f8987cfebf5..ccfd8adccd2fc3bbb0a7014d73f3e52e966edf93 100644
--- a/ios/chrome/browser/ui/autofill/autofill_client_ios.h
+++ b/ios/chrome/browser/ui/autofill/autofill_client_ios.h
@@ -96,7 +96,7 @@ class AutofillClientIOS : public AutofillClient {
private:
ios::ChromeBrowserState* browser_state_;
infobars::InfoBarManager* infobar_manager_;
- id<AutofillClientIOSBridge> bridge_; // Weak
+ __weak id<AutofillClientIOSBridge> bridge_;
password_manager::PasswordGenerationManager* password_generation_manager_;
std::unique_ptr<IdentityProvider> identity_provider_;
CardUnmaskPromptControllerImpl unmask_controller_;
« no previous file with comments | « ios/chrome/browser/ui/autofill/BUILD.gn ('k') | ios/chrome/browser/ui/autofill/autofill_client_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698