| 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.
 | 
| 
 |