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) |