| 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.
|
|
|