| Index: chrome/browser/sync/sync_ui_util_unittest.cc
|
| diff --git a/chrome/browser/sync/sync_ui_util_unittest.cc b/chrome/browser/sync/sync_ui_util_unittest.cc
|
| index 5c0ecf0d53d529e02b8deb9088085b2f62cd64a2..e3bee5c0b78cc014c8bf0864ae212c45a4b9b3c7 100644
|
| --- a/chrome/browser/sync/sync_ui_util_unittest.cc
|
| +++ b/chrome/browser/sync/sync_ui_util_unittest.cc
|
| @@ -155,8 +155,7 @@ TEST_F(SyncUIUtilTest, AuthStateGlobalError) {
|
| GoogleServiceAuthError::ACCOUNT_DISABLED,
|
| GoogleServiceAuthError::SERVICE_UNAVAILABLE,
|
| GoogleServiceAuthError::TWO_FACTOR,
|
| - GoogleServiceAuthError::REQUEST_CANCELED,
|
| - GoogleServiceAuthError::HOSTED_NOT_ALLOWED
|
| + GoogleServiceAuthError::REQUEST_CANCELED
|
| };
|
|
|
| for (size_t i = 0; i < arraysize(table); ++i) {
|
|
|