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

Unified Diff: ios/chrome/browser/ui/history/tab_history_view_controller.h

Issue 2624963003: [ObjC ARC] Converts ios/chrome/browser/ui/history:history to ARC. (Closed)
Patch Set: Removes the rest of weak and scoped nsobjects. 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
Index: ios/chrome/browser/ui/history/tab_history_view_controller.h
diff --git a/ios/chrome/browser/ui/history/tab_history_view_controller.h b/ios/chrome/browser/ui/history/tab_history_view_controller.h
index 6a98e6b339e9258b4e3af42aeebfc6172035938c..cc7877e4e149de9d6e3a7814ca0bcec9ccc14284 100644
--- a/ios/chrome/browser/ui/history/tab_history_view_controller.h
+++ b/ios/chrome/browser/ui/history/tab_history_view_controller.h
@@ -12,7 +12,7 @@
// TODO(crbug.com/546355): Convert this class to use an array of
// NavigationEntries.
-@property(nonatomic, retain) NSArray* sessionEntries;
+@property(nonatomic, strong) NSArray* sessionEntries;
// Returns the optimal height needed to display the session entries.
// The height returned is usually less than the |suggestedHeight| unless

Powered by Google App Engine
This is Rietveld 408576698