Index: chrome/browser/sync/test/integration/sync_test.cc |
diff --git a/chrome/browser/sync/test/integration/sync_test.cc b/chrome/browser/sync/test/integration/sync_test.cc |
index f71c430faa329d1f17b965da0eacd70c60196b13..82bf22078d04cb92fd66f65a269c042ca2be7fb9 100644 |
--- a/chrome/browser/sync/test/integration/sync_test.cc |
+++ b/chrome/browser/sync/test/integration/sync_test.cc |
@@ -63,10 +63,10 @@ const char kSyncServerCommandLine[] = "sync-server-command-line"; |
namespace { |
// The URLs for different calls in the Google Accounts programmatic login API. |
-const char kClientLoginUrl[] = "https://www.google.com/accounts/ClientLogin"; |
-const char kGetUserInfoUrl[] = "https://www.google.com/accounts/GetUserInfo"; |
+const char kClientLoginUrl[] = "https://accounts.google.com/ClientLogin"; |
tim (not reviewing)
2012/05/09 17:47:59
Could you add a "TODO(rsimha): Use GaiaUrls here."
zel
2012/05/09 17:52:51
Done.
|
+const char kGetUserInfoUrl[] = "https://accounts.google.com/GetUserInfo"; |
const char kIssueAuthTokenUrl[] = |
- "https://www.google.com/accounts/IssueAuthToken"; |
+ "https://accounts.google.com/IssueAuthToken"; |
const char kSearchDomainCheckUrl[] = |
"https://www.google.com/searchdomaincheck?format=domain&type=chrome"; |
const char kOAuth2LoginTokenValidResponse[] = |