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

Unified Diff: ios/chrome/browser/ui/find_bar/find_bar_controller_ios.h

Issue 2664233004: [ObjC ARC] Converts ios/chrome/browser/ui/find_bar:find_bar to ARC. (Closed)
Patch Set: Created 3 years, 11 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/ui/find_bar/BUILD.gn ('k') | ios/chrome/browser/ui/find_bar/find_bar_controller_ios.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/find_bar/find_bar_controller_ios.h
diff --git a/ios/chrome/browser/ui/find_bar/find_bar_controller_ios.h b/ios/chrome/browser/ui/find_bar/find_bar_controller_ios.h
index 02972ed3d6cc2658a5186e1462e77c898fb79c39..4c2ac33f4ee6e36cdb83c532513e7ac7a58ae49f 100644
--- a/ios/chrome/browser/ui/find_bar/find_bar_controller_ios.h
+++ b/ios/chrome/browser/ui/find_bar/find_bar_controller_ios.h
@@ -15,7 +15,7 @@ extern NSString* const kFindInPageContainerViewId;
@interface FindBarControllerIOS : NSObject
// The main view, for both iPhone or iPad.
-@property(nonatomic, readonly) IBOutlet UIView* view;
+@property(strong, nonatomic, readonly) IBOutlet UIView* view;
sdefresne 2017/02/03 09:21:30 nit: I think we put "nonatomic" first, so: @pro
stkhapugin 2017/02/03 12:27:57 Because we redefine to rewrite in .mm; and besides
// Init with incognito style.
- (instancetype)initWithIncognito:(BOOL)isIncognito;
« no previous file with comments | « ios/chrome/browser/ui/find_bar/BUILD.gn ('k') | ios/chrome/browser/ui/find_bar/find_bar_controller_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698