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

Unified Diff: ios/chrome/browser/ui/contextual_search/contextual_search_panel_view.h

Issue 2824493002: Reland of [ObjC ARC] Converts ios/chrome/browser/ui/contextual_search:contextual_search to ARC. (Closed)
Patch Set: fix test 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
Index: ios/chrome/browser/ui/contextual_search/contextual_search_panel_view.h
diff --git a/ios/chrome/browser/ui/contextual_search/contextual_search_panel_view.h b/ios/chrome/browser/ui/contextual_search/contextual_search_panel_view.h
index 5299df07a38f4394951d9c1511aea5151f0b25d8..e0e82b4034f7eb2c2e394246c02c2c62e3648d6e 100644
--- a/ios/chrome/browser/ui/contextual_search/contextual_search_panel_view.h
+++ b/ios/chrome/browser/ui/contextual_search/contextual_search_panel_view.h
@@ -21,7 +21,7 @@
@property(nonatomic, assign) ContextualSearch::PanelState state;
// Panel configuration, for motion observers that want to do different
// computations around panel state and position.
-@property(nonatomic, readonly) PanelConfiguration* configuration;
+@property(nonatomic, strong, readonly) PanelConfiguration* configuration;
// Create a panel view. It will need to have a delegate and controller assigned
// to do anything useful.

Powered by Google App Engine
This is Rietveld 408576698