| Index: chrome/browser/ui/webui/sync_setup_handler_unittest.cc
|
| diff --git a/chrome/browser/ui/webui/sync_setup_handler_unittest.cc b/chrome/browser/ui/webui/sync_setup_handler_unittest.cc
|
| index 625680993935a493e8ba276aeff433c75ba9bfe2..6a888dc8464e339e5ace63d9f708c0009dbd7885 100644
|
| --- a/chrome/browser/ui/webui/sync_setup_handler_unittest.cc
|
| +++ b/chrome/browser/ui/webui/sync_setup_handler_unittest.cc
|
| @@ -880,7 +880,7 @@ TEST_F(SyncSetupHandlerTest, ShowSigninOnAuthError) {
|
| FakeAuthStatusProvider provider(
|
| ProfileOAuth2TokenServiceFactory::GetForProfile(profile_.get())->
|
| signin_error_controller());
|
| - provider.SetAuthError(kTestUser, error_);
|
| + provider.SetAuthError(kTestUser, kTestUser, error_);
|
| EXPECT_CALL(*mock_pss_, IsSyncEnabledAndLoggedIn())
|
| .WillRepeatedly(Return(true));
|
| EXPECT_CALL(*mock_pss_, IsOAuthRefreshTokenAvailable())
|
|
|