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 d597ba74d3d87514d89928103424755db3c84eeb..8b5fb3ab656672bf118eea2d265e58cd44438de4 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://accounts.google.com/Captcha?ctoken=CCTOKEN"); |
+ GURL image_url("http://www.google.com/accounts/Captcha?ctoken=CCTOKEN"); |
GURL unlock_url("http://www.google.com/login/captcha"); |
EXPECT_EQ(error.state(), GoogleServiceAuthError::CAPTCHA_REQUIRED); |