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

Unified Diff: ios/chrome/browser/signin/chrome_identity_service_observer_bridge.h

Issue 2936583002: [ObjC ARC] Converts ios/chrome/browser/ui/authentication:authentication to ARC. (Closed)
Patch Set: Review fixes. 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
« no previous file with comments | « no previous file | ios/chrome/browser/ui/authentication/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/signin/chrome_identity_service_observer_bridge.h
diff --git a/ios/chrome/browser/signin/chrome_identity_service_observer_bridge.h b/ios/chrome/browser/signin/chrome_identity_service_observer_bridge.h
index 24ded9c878fcd72543bf8ac2082a6c91066dd4c4..7d1c066281af7c2241b9e020df94d760c880956c 100644
--- a/ios/chrome/browser/signin/chrome_identity_service_observer_bridge.h
+++ b/ios/chrome/browser/signin/chrome_identity_service_observer_bridge.h
@@ -37,7 +37,7 @@ class ChromeIdentityServiceObserverBridge
void OnProfileUpdate(ChromeIdentity* identity) override;
void OnChromeIdentityServiceWillBeDestroyed() override;
- id<ChromeIdentityServiceObserver> observer_; // Weak. |observer_| owns this.
+ __unsafe_unretained id<ChromeIdentityServiceObserver> observer_; // Weak.
ScopedObserver<ios::ChromeIdentityService,
ChromeIdentityServiceObserverBridge> scoped_observer_;
« no previous file with comments | « no previous file | ios/chrome/browser/ui/authentication/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698