| Index: ios/chrome/browser/ui/material_components/app_bar_presenting.h
|
| diff --git a/ios/chrome/browser/ui/material_components/app_bar_presenting.h b/ios/chrome/browser/ui/material_components/app_bar_presenting.h
|
| index d6c6ecd794ef3dcdc45355a2b751a3cbbc6797b5..a304a605d1e1d044e920a70f3600d03833c13e22 100644
|
| --- a/ios/chrome/browser/ui/material_components/app_bar_presenting.h
|
| +++ b/ios/chrome/browser/ui/material_components/app_bar_presenting.h
|
| @@ -15,7 +15,7 @@
|
| @protocol AppBarPresenting<NSObject>
|
|
|
| // The installed app bar, if any.
|
| -@property(nonatomic, readonly) MDCAppBar* appBar;
|
| +@property(nonatomic, readonly, strong) MDCAppBar* appBar;
|
|
|
| @end
|
|
|
|
|