| Index: chrome/browser/chromeos/login/parallel_authenticator_unittest.cc
|
| diff --git a/chrome/browser/chromeos/login/parallel_authenticator_unittest.cc b/chrome/browser/chromeos/login/parallel_authenticator_unittest.cc
|
| index 7c33e436620fcf9af655026a7f58113b54345201..f6200d75cfdcd63b7c24894d4747e275c531f78b 100644
|
| --- a/chrome/browser/chromeos/login/parallel_authenticator_unittest.cc
|
| +++ b/chrome/browser/chromeos/login/parallel_authenticator_unittest.cc
|
| @@ -535,7 +535,10 @@ TEST_F(ParallelAuthenticatorTest, DriveOfflineLoginGetNewPassword) {
|
|
|
| // Set up mock cryptohome library to respond successfully to a key migration.
|
| mock_library_->SetUp(true, 0);
|
| - EXPECT_CALL(*mock_library_, AsyncMigrateKey(username_, _, _, _))
|
| + EXPECT_CALL(*mock_library_, AsyncMigrateKey(username_,
|
| + state_->ascii_hash,
|
| + _,
|
| + _))
|
| .Times(1)
|
| .RetiresOnSaturation();
|
| EXPECT_CALL(*mock_library_, GetSystemSalt())
|
|
|