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

Unified Diff: ios/chrome/browser/ui/material_components/app_bar_presenting.h

Issue 2888993003: [ObjC ARC] Converts ios/chrome/browser/ui/material_components:material_components to ARC. (Closed)
Patch Set: Adding strong classifier to app_bar_presenting.h Created 3 years, 7 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: ios/chrome/browser/ui/material_components/app_bar_presenting.h
diff --git a/ios/chrome/browser/ui/material_components/app_bar_presenting.h b/ios/chrome/browser/ui/material_components/app_bar_presenting.h
index d6c6ecd794ef3dcdc45355a2b751a3cbbc6797b5..a304a605d1e1d044e920a70f3600d03833c13e22 100644
--- a/ios/chrome/browser/ui/material_components/app_bar_presenting.h
+++ b/ios/chrome/browser/ui/material_components/app_bar_presenting.h
@@ -15,7 +15,7 @@
@protocol AppBarPresenting<NSObject>
// The installed app bar, if any.
-@property(nonatomic, readonly) MDCAppBar* appBar;
+@property(nonatomic, readonly, strong) MDCAppBar* appBar;
@end
« no previous file with comments | « ios/chrome/browser/ui/material_components/activity_indicator.mm ('k') | ios/chrome/browser/ui/material_components/utils.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698