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 47b7389269aee4aad38405c500d97356360855d2..e253775477040c76e2ead163752693b06422b016 100644 |
--- a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm |
+++ b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm |
@@ -71,8 +71,9 @@ class ProfileChooserControllerTest : public CocoaProfileTest { |
controller_.reset([[ProfileChooserController alloc] |
initWithBrowser:browser() |
anchoredAt:point |
- withMode:profiles::BUBBLE_VIEW_MODE_PROFILE_CHOOSER |
- withServiceType:signin::GAIA_SERVICE_TYPE_NONE]); |
+ viewMode:profiles::BUBBLE_VIEW_MODE_PROFILE_CHOOSER |
+ tutorialMode:profiles::TUTORIAL_MODE_NONE |
+ serviceType:signin::GAIA_SERVICE_TYPE_NONE]); |
[controller_ showWindow:nil]; |
} |