| Index: chrome/browser/importer/importer_host.cc
|
| diff --git a/chrome/browser/importer/importer_host.cc b/chrome/browser/importer/importer_host.cc
|
| index 3b0a34c9de0f078a2bfad768c459fcf2cca29f0c..2fd61a0c5586bdaa5016b52e250fdc9118cb01db 100644
|
| --- a/chrome/browser/importer/importer_host.cc
|
| +++ b/chrome/browser/importer/importer_host.cc
|
| @@ -161,7 +161,7 @@ void ImporterHost::OnGoogleGAIACookieChecked(bool result) {
|
| l10n_util::GetStringUTF16(IDS_IMPORTER_GOOGLE_LOGIN_TEXT), string16(),
|
| browser::MESSAGE_BOX_TYPE_INFORMATION);
|
|
|
| - GURL url("https://accounts.google.com/ServiceLogin");
|
| + GURL url("https://www.google.com/accounts/ServiceLogin");
|
| DCHECK(profile_);
|
| Browser* browser = browser::FindLastActiveWithProfile(profile_);
|
| if (browser)
|
|
|