| Index: chrome/common/net/gaia/gaia_authenticator.h
|
| diff --git a/chrome/common/net/gaia/gaia_authenticator.h b/chrome/common/net/gaia/gaia_authenticator.h
|
| index d996a75b699f419d8d679d8e5f11029522c4cf23..ec7c7371c66e8967b747a0f8d71639fd3eb5f2d0 100644
|
| --- a/chrome/common/net/gaia/gaia_authenticator.h
|
| +++ b/chrome/common/net/gaia/gaia_authenticator.h
|
| @@ -68,7 +68,7 @@ class GaiaAuthenticator {
|
| // must include a user-agent and a service-id when creating one. The
|
| // user_agent is a short string used for simple log analysis. gaia_url is used
|
| // to choose the server to authenticate with (e.g.
|
| - // http://www.google.com/accounts/ClientLogin).
|
| + // http://accounts.google.com/ClientLogin).
|
| GaiaAuthenticator(const std::string& user_agent,
|
| const std::string& service_id,
|
| const std::string& gaia_url);
|
|
|