summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer
diff options
context:
space:
mode:
authorzelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-10 18:32:28 +0000
committerzelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-10 18:32:28 +0000
commit6847ed64c92231392ef79db0c1c1ce7349f93948 (patch)
treed4ac69e279724ba1cef383820b5b609a42000ef8 /chrome/browser/importer
parent826012343fb2a661c7dda67f078b89fcf536e22b (diff)
downloadchromium_src-6847ed64c92231392ef79db0c1c1ce7349f93948.zip
chromium_src-6847ed64c92231392ef79db0c1c1ce7349f93948.tar.gz
chromium_src-6847ed64c92231392ef79db0c1c1ce7349f93948.tar.bz2
Update GAIA URL to accounts.google.com/... from www.google.com/accounts/...
BUG=127147 TEST=all serivices dependent on GAIA auth should still work (sync, login, policy, drive...) Review URL: https://chromiumcodereview.appspot.com/10382077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136345 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/importer')
-rw-r--r--chrome/browser/importer/importer_host.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/importer/importer_host.cc b/chrome/browser/importer/importer_host.cc
index 27c70d2..7138711 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)