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

Unified Diff: ios/chrome/browser/ui/page_not_available_controller.h

Issue 2804703002: [ObjC ARC] Converts ios/chrome/browser/ui:ui_internal_arc to ARC. (Closed)
Patch Set: comments Created 3 years, 8 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/open_in_toolbar.mm ('k') | ios/chrome/browser/ui/page_not_available_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/page_not_available_controller.h
diff --git a/ios/chrome/browser/ui/page_not_available_controller.h b/ios/chrome/browser/ui/page_not_available_controller.h
index eb7da97560e7b60cc1981129758e0e6193dd6512..deeaaec95749013c0fd86d23d7a04282a7debd0b 100644
--- a/ios/chrome/browser/ui/page_not_available_controller.h
+++ b/ios/chrome/browser/ui/page_not_available_controller.h
@@ -12,7 +12,7 @@
@interface PageNotAvailableController : NativeContentController
// Property to allow setting a custom description for the content.
-@property(nonatomic, assign) NSString* descriptionText;
+@property(nonatomic, copy) NSString* descriptionText;
// Designated initializer.
- (instancetype)initWithUrl:(const GURL&)url NS_DESIGNATED_INITIALIZER;
« no previous file with comments | « ios/chrome/browser/ui/open_in_toolbar.mm ('k') | ios/chrome/browser/ui/page_not_available_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698