Index: chrome/browser/chromeos/login/existing_user_controller_browsertest.cc |
diff --git a/chrome/browser/chromeos/login/existing_user_controller_browsertest.cc b/chrome/browser/chromeos/login/existing_user_controller_browsertest.cc |
index 79d3a4a5c5590fe0a5a6a215c50cd8a65100777e..47eacbe42204d7860503c3dc5039a3ee20b72cdb 100644 |
--- a/chrome/browser/chromeos/login/existing_user_controller_browsertest.cc |
+++ b/chrome/browser/chromeos/login/existing_user_controller_browsertest.cc |
@@ -298,7 +298,7 @@ IN_PROC_BROWSER_TEST_P(ExistingUserControllerTest, ExistingUserLogin) { |
.WillOnce(WithArg<0>(CreateAuthenticator(kUsername, kPassword))); |
EXPECT_CALL(*mock_login_utils_, |
PrepareProfile(UserContext(kUsername, kPassword, "", kUsername), |
- _, _, _, _)) |
+ _, _, _, _, _)) |
.Times(1) |
.WillOnce(InvokeWithoutArgs(&profile_prepared_cb_, |
&base::Callback<void(void)>::Run)); |
@@ -367,7 +367,7 @@ IN_PROC_BROWSER_TEST_P(ExistingUserControllerTest, |
kPassword, |
std::string(), |
kNewUsername), |
- _, _, _, _)) |
+ _, _, _, _, _)) |
.Times(1) |
.WillOnce(InvokeWithoutArgs(&profile_prepared_cb_, |
&base::Callback<void(void)>::Run)); |
@@ -491,7 +491,7 @@ class ExistingUserControllerPublicSessionTest |
.WillOnce(WithArg<0>(CreateAuthenticator(username, password))); |
EXPECT_CALL(*mock_login_utils_, |
PrepareProfile(UserContext(username, password, "", username), |
- _, _, _, _)) |
+ _, _, _, _, _)) |
.Times(1) |
.WillOnce(InvokeWithoutArgs(&profile_prepared_cb_, |
&base::Callback<void(void)>::Run)); |