| Index: components/signin/core/browser/signin_error_controller_unittest.cc
|
| diff --git a/components/signin/core/browser/signin_error_controller_unittest.cc b/components/signin/core/browser/signin_error_controller_unittest.cc
|
| index d0cffdd0912b51b6ad79dab74617c7d0783f0006..7d5d352eddacb765981a29279e9a762b9fd785c3 100644
|
| --- a/components/signin/core/browser/signin_error_controller_unittest.cc
|
| +++ b/components/signin/core/browser/signin_error_controller_unittest.cc
|
| @@ -153,7 +153,7 @@ TEST_F(SigninErrorControllerTest, AuthStatusEnumerateAllErrors) {
|
| { GoogleServiceAuthError::SERVICE_UNAVAILABLE, true },
|
| { GoogleServiceAuthError::TWO_FACTOR, true },
|
| { GoogleServiceAuthError::REQUEST_CANCELED, true },
|
| - { GoogleServiceAuthError::HOSTED_NOT_ALLOWED, true },
|
| + { GoogleServiceAuthError::HOSTED_NOT_ALLOWED_DEPRECATED, true },
|
| { GoogleServiceAuthError::UNEXPECTED_SERVICE_RESPONSE, true },
|
| { GoogleServiceAuthError::SERVICE_ERROR, true },
|
| { GoogleServiceAuthError::WEB_LOGIN_REQUIRED, true },
|
|
|