| Index: chrome/browser/ui/webui/options/sync_setup_handler_unittest.cc
|
| diff --git a/chrome/browser/ui/webui/options/sync_setup_handler_unittest.cc b/chrome/browser/ui/webui/options/sync_setup_handler_unittest.cc
|
| index db05b3c1a39ac6823ac32bc484ec552eb9899907..ef6108e4b86196626942a7967243322d3ad75fb0 100644
|
| --- a/chrome/browser/ui/webui/options/sync_setup_handler_unittest.cc
|
| +++ b/chrome/browser/ui/webui/options/sync_setup_handler_unittest.cc
|
| @@ -868,7 +868,7 @@ TEST_F(SyncSetupHandlerTest, ShowSigninOnAuthError) {
|
| mock_signin_->SetAuthenticatedAccountInfo(kTestUser, kTestUser);
|
| FakeAuthStatusProvider provider(
|
| SigninErrorControllerFactory::GetForProfile(profile_.get()));
|
| - provider.SetAuthError(kTestUser, kTestUser, error_);
|
| + provider.SetAuthError(kTestUser, error_);
|
| EXPECT_CALL(*mock_pss_, IsSyncEnabledAndLoggedIn())
|
| .WillRepeatedly(Return(true));
|
| EXPECT_CALL(*mock_pss_, IsOAuthRefreshTokenAvailable())
|
|
|