Index: chrome/browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm |
diff --git a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm |
index 7bb68fb6d11df5144a14a24a230b73e5229bbf2d..8543498af1cfc35ab68a72034f367d8444d0e0ce 100644 |
--- a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm |
+++ b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm |
@@ -70,7 +70,8 @@ class ProfileChooserControllerTest : public CocoaProfileTest { |
controller_.reset([[ProfileChooserController alloc] |
initWithBrowser:browser() |
anchoredAt:point |
- withMode:profiles::BUBBLE_VIEW_MODE_PROFILE_CHOOSER |
+ withViewMode:profiles::BUBBLE_VIEW_MODE_PROFILE_CHOOSER |
+ withTutorialMode:profiles::TUTORIAL_MODE_NONE |
withServiceType:signin::GAIA_SERVICE_TYPE_NONE]); |
[controller_ showWindow:nil]; |
} |