| Index: ios/chrome/browser/ui/browser_view_controller.mm
|
| diff --git a/ios/chrome/browser/ui/browser_view_controller.mm b/ios/chrome/browser/ui/browser_view_controller.mm
|
| index 9b3b3afa3ff9a8cbe9cf40f7fc6d4b47c8adb8b0..aae417435eaac304c997d45c5fe5af335cca0fa4 100644
|
| --- a/ios/chrome/browser/ui/browser_view_controller.mm
|
| +++ b/ios/chrome/browser/ui/browser_view_controller.mm
|
| @@ -2553,7 +2553,7 @@ class BrowserBookmarkModelBridge : public bookmarks::BookmarkModelObserver {
|
| CGPoint dialogLocation =
|
| CGPointMake(CGRectGetMidX(view.frame),
|
| CGRectGetMinY(view.frame) + [self headerHeightForTab:tab]);
|
| - auto helper = RepostFormTabHelper::FromWebState(webState);
|
| + auto* helper = RepostFormTabHelper::FromWebState(webState);
|
| helper->PresentDialog(dialogLocation, base::BindBlock(^(bool shouldContinue) {
|
| handler(shouldContinue);
|
| }));
|
|
|