| Index: chrome/common/net/gaia/gaia_auth_fetcher_unittest.cc
|
| diff --git a/chrome/common/net/gaia/gaia_auth_fetcher_unittest.cc b/chrome/common/net/gaia/gaia_auth_fetcher_unittest.cc
|
| index b350275d0bf027eea627b756113da098c242c023..1f85ced75cb61a2084ddcc1e76fd77ab03973800 100644
|
| --- a/chrome/common/net/gaia/gaia_auth_fetcher_unittest.cc
|
| +++ b/chrome/common/net/gaia/gaia_auth_fetcher_unittest.cc
|
| @@ -413,7 +413,7 @@ TEST_F(GaiaAuthFetcherTest, CaptchaParse) {
|
| GaiaAuthFetcher::GenerateAuthError(data, status);
|
|
|
| std::string token = "CCTOKEN";
|
| - GURL image_url("http://www.google.com/accounts/Captcha?ctoken=CCTOKEN");
|
| + GURL image_url("http://accounts.google.com/Captcha?ctoken=CCTOKEN");
|
| GURL unlock_url("http://www.google.com/login/captcha");
|
|
|
| EXPECT_EQ(error.state(), GoogleServiceAuthError::CAPTCHA_REQUIRED);
|
|
|