| 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 efa76454fc4d58d771d8c7323cef52a2b32325e6..6042088ecbca2eec28919988d51383f355d0bfda 100644
|
| --- a/chrome/browser/chromeos/login/existing_user_controller.cc
|
| +++ b/chrome/browser/chromeos/login/existing_user_controller.cc
|
| @@ -84,7 +84,7 @@ const char kGetStartedInitialLocaleParam[] = "initial_locale";
|
|
|
| // URL for account creation.
|
| const char kCreateAccountURL[] =
|
| - "https://accounts.google.com/NewAccount?service=mail";
|
| + "https://www.google.com/accounts/NewAccount?service=mail";
|
|
|
| // ChromeVox tutorial URL (used in place of "getting started" url when
|
| // accessibility is enabled).
|
|
|