| Index: chrome/browser/chromeos/login/login_utils_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/login/login_utils_browsertest.cc b/chrome/browser/chromeos/login/login_utils_browsertest.cc
|
| index 41116df4648f8c583f6fc484308e41cf3e9c2029..abfed5ea008ad8457909c7d38387661198753bd4 100644
|
| --- a/chrome/browser/chromeos/login/login_utils_browsertest.cc
|
| +++ b/chrome/browser/chromeos/login/login_utils_browsertest.cc
|
| @@ -683,7 +683,7 @@ TEST_P(LoginUtilsBlockingLoginTest, EnterpriseLoginBlocksForEnterpriseUser) {
|
| ASSERT_TRUE(fetcher);
|
| EXPECT_TRUE(fetcher->delegate());
|
| fetcher->set_url(fetcher->GetOriginalURL());
|
| - fetcher->set_response_code(403);
|
| + fetcher->set_response_code(401);
|
| // This response body is important to make the gaia fetcher skip its delayed
|
| // retry behavior, which makes testing harder. If this is sent to the policy
|
| // fetchers then it will make them fail too.
|
|
|