| Index: chrome/browser/chromeos/login/existing_user_controller.cc
|
| diff --git a/chrome/browser/chromeos/login/existing_user_controller.cc b/chrome/browser/chromeos/login/existing_user_controller.cc
|
| index b9ff80ab4d1facf22af85048ee4ea77f99490397..bd37226eeb58dc22e44f6f11322c52d32a91a27f 100644
|
| --- a/chrome/browser/chromeos/login/existing_user_controller.cc
|
| +++ b/chrome/browser/chromeos/login/existing_user_controller.cc
|
| @@ -83,7 +83,7 @@ const char kGetStartedInitialLocaleParam[] = "initial_locale";
|
|
|
| // URL for account creation.
|
| const char kCreateAccountURL[] =
|
| - "https://www.google.com/accounts/NewAccount?service=mail";
|
| + "https://accounts.google.com/NewAccount?service=mail";
|
|
|
| // ChromeVox tutorial URL (used in place of "getting started" url when
|
| // accessibility is enabled).
|
|
|