Index: ios/chrome/browser/ui/browser_view_controller_unittest.mm |
diff --git a/ios/chrome/browser/ui/browser_view_controller_unittest.mm b/ios/chrome/browser/ui/browser_view_controller_unittest.mm |
index 11d3e6ee81d49dcdbb0facca1a986b8fe80c4122..72f2e7336d4e219db0b97ce256191e50440b4d31 100644 |
--- a/ios/chrome/browser/ui/browser_view_controller_unittest.mm |
+++ b/ios/chrome/browser/ui/browser_view_controller_unittest.mm |
@@ -236,7 +236,8 @@ class BrowserViewControllerTest : public BlockCleanupTest { |
[[[factory stub] andReturn:nil] |
newWebToolbarControllerWithDelegate:[OCMArg any] |
urlLoader:[OCMArg any] |
- preloadProvider:[OCMArg any]]; |
+ preloadProvider:[OCMArg any] |
+ dispatcher:[OCMArg any]]; |
[[[factory stub] andReturn:shareController_] shareControllerInstance]; |
[[[factory stub] andReturn:passKitViewController_] |
newPassKitViewControllerForPass:nil]; |