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

Unified Diff: components/autofill/ios/browser/autofill_driver_ios.h

Issue 2849533003: [ObjC ARC] Converts components/autofill/ios/browser:browser to ARC. (Closed)
Patch Set: Address comments Created 3 years, 8 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: components/autofill/ios/browser/autofill_driver_ios.h
diff --git a/components/autofill/ios/browser/autofill_driver_ios.h b/components/autofill/ios/browser/autofill_driver_ios.h
index cae6b8663e625d6c1df50927b361d80fee22396b..cc5199b356eb04dc5bd5e0cb681737a387d32c29 100644
--- a/components/autofill/ios/browser/autofill_driver_ios.h
+++ b/components/autofill/ios/browser/autofill_driver_ios.h
@@ -73,7 +73,7 @@ class AutofillDriverIOS : public AutofillDriver,
web::WebState* web_state_;
// AutofillDriverIOSBridge instance that is passed in.
- id<AutofillDriverIOSBridge> bridge_;
+ __unsafe_unretained id<AutofillDriverIOSBridge> bridge_;
sdefresne 2017/05/02 14:02:58 stk: do we have a but tracking changing all those
stkhapugin 2017/05/02 14:08:47 No, I'm planning to do it by hand by searching for
// AutofillManager instance via which this object drives the shared Autofill
// code.

Powered by Google App Engine
This is Rietveld 408576698