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

Unified Diff: ios/chrome/browser/prefs/pref_observer_bridge.h

Issue 2847963002: [ObjC ARC] Converts ios/chrome/browser/prefs:prefs to ARC. (Closed)
Patch Set: annotate variables 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
« no previous file with comments | « ios/chrome/browser/prefs/BUILD.gn ('k') | ios/chrome/browser/prefs/pref_observer_bridge.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/prefs/pref_observer_bridge.h
diff --git a/ios/chrome/browser/prefs/pref_observer_bridge.h b/ios/chrome/browser/prefs/pref_observer_bridge.h
index 4e105467165e18b74f985a2a32d35797ff34e54f..1f748948958989530d95076087146b49f146ae92 100644
--- a/ios/chrome/browser/prefs/pref_observer_bridge.h
+++ b/ios/chrome/browser/prefs/pref_observer_bridge.h
@@ -26,7 +26,7 @@ class PrefObserverBridge {
private:
virtual void OnPreferenceChanged(const std::string& pref_name);
- id<PrefObserverDelegate> delegate_;
+ __unsafe_unretained id<PrefObserverDelegate> delegate_;
};
#endif // IOS_CHROME_BROWSER_PREFS_PREF_OBSERVER_BRIDGE_H_
« no previous file with comments | « ios/chrome/browser/prefs/BUILD.gn ('k') | ios/chrome/browser/prefs/pref_observer_bridge.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698