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

Unified Diff: ios/chrome/browser/app_startup_parameters.h

Issue 2566993002: [ObjC ARC] Converts ios/chrome/browser:browser to ARC. (Closed)
Patch Set: comments Created 4 years 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/about_flags.mm ('k') | ios/chrome/browser/app_startup_parameters.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/app_startup_parameters.h
diff --git a/ios/chrome/browser/app_startup_parameters.h b/ios/chrome/browser/app_startup_parameters.h
index d64c9e646ce0d99cb744873de03b2730f0e92634..a0202655c1bd8523ac534d1ab7e1043214c7167b 100644
--- a/ios/chrome/browser/app_startup_parameters.h
+++ b/ios/chrome/browser/app_startup_parameters.h
@@ -19,7 +19,7 @@ class GURL;
// Parameters representing an x-callback-url request from another app.
// Can be nil.
-@property(nonatomic, readonly, retain) XCallbackParameters* xCallbackParameters;
+@property(nonatomic, readonly, strong) XCallbackParameters* xCallbackParameters;
// Boolean to track if a voice search is requested at startup.
@property(nonatomic, readwrite, assign) BOOL launchVoiceSearch;
« no previous file with comments | « ios/chrome/browser/about_flags.mm ('k') | ios/chrome/browser/app_startup_parameters.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698