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

Unified Diff: ios/chrome/browser/ui/bookmarks/bars/bookmark_top_bar.h

Issue 2677443002: [ObjC ARC] Converts ios/chrome/browser/ui/bookmarks/bars:bars to ARC. (Closed)
Patch Set: asdf Created 3 years, 10 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/bookmarks/bars/bookmark_top_bar.h
diff --git a/ios/chrome/browser/ui/bookmarks/bars/bookmark_top_bar.h b/ios/chrome/browser/ui/bookmarks/bars/bookmark_top_bar.h
index 051121c4df72dbb33af6924c6b3fb77d214464fb..d3c22273c68ecb82d1bb9e4909ddf9e025681242 100644
--- a/ios/chrome/browser/ui/bookmarks/bars/bookmark_top_bar.h
+++ b/ios/chrome/browser/ui/bookmarks/bars/bookmark_top_bar.h
@@ -11,7 +11,7 @@
// All subviews should be added to |contentView|, which allows easy
// repositioning of the content to account for iOS 6 and iOS 7+ layout
// differences.
-@property(nonatomic, readonly) UIView* contentView;
+@property(strong, nonatomic, readonly) UIView* contentView;
// The height that this view's content view will be instantiated at. This is
// independent of the status bar.

Powered by Google App Engine
This is Rietveld 408576698