Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1604)

Unified Diff: chrome/browser/importer/importer_host.cc

Issue 10382077: Update all GAIA URLs to accounts.google.com/... from www.google.com/accounts/... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/importer/importer_host.cc
diff --git a/chrome/browser/importer/importer_host.cc b/chrome/browser/importer/importer_host.cc
index 27c70d2648743e79934f2bf2162d6bed326d09dc..71387114dc0feb7480756a5a8dcc24157eab434a 100644
--- a/chrome/browser/importer/importer_host.cc
+++ b/chrome/browser/importer/importer_host.cc
@@ -168,7 +168,7 @@ void ImporterHost::OnGoogleGAIACookieChecked(bool result) {
L"",
MB_OK | MB_TOPMOST);
- GURL url("https://www.google.com/accounts/ServiceLogin");
+ GURL url("https://accounts.google.com/ServiceLogin");
DCHECK(profile_);
Browser* browser = BrowserList::GetLastActiveWithProfile(profile_);
if (browser)
« no previous file with comments | « chrome/browser/chromeos/login/online_attempt_unittest.cc ('k') | chrome/browser/net/gaia/gaia_oauth_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698