| Index: ios/chrome/browser/ui/ntp/new_tab_page_toolbar_controller.h
|
| diff --git a/ios/chrome/browser/ui/ntp/new_tab_page_toolbar_controller.h b/ios/chrome/browser/ui/ntp/new_tab_page_toolbar_controller.h
|
| index 6cb49b35dd50e8ceca458b37ecc29927d842928a..8e90625301db14ae1d15551bb3afb9a5dd146b5f 100644
|
| --- a/ios/chrome/browser/ui/ntp/new_tab_page_toolbar_controller.h
|
| +++ b/ios/chrome/browser/ui/ntp/new_tab_page_toolbar_controller.h
|
| @@ -22,7 +22,7 @@
|
| // ToolbarControllerStyleLightMode.
|
| - (instancetype)init;
|
|
|
| -@property(nonatomic, assign) id<UrlLoader, OmniboxFocuser, WebToolbarDelegate>
|
| +@property(nonatomic, weak) id<UrlLoader, OmniboxFocuser, WebToolbarDelegate>
|
| dispatcher;
|
|
|
| // |YES| if the toolbar can show the forward arrow.
|
|
|