| Index: chrome/browser/sync/engine/net/gaia_authenticator.h
|
| diff --git a/chrome/browser/sync/engine/net/gaia_authenticator.h b/chrome/browser/sync/engine/net/gaia_authenticator.h
|
| index 264e4995a4199ede8cfe0b20147233a761ac536b..0f818c1aacc1765dd8ee73684ff83d54f50a9240 100644
|
| --- a/chrome/browser/sync/engine/net/gaia_authenticator.h
|
| +++ b/chrome/browser/sync/engine/net/gaia_authenticator.h
|
| @@ -153,8 +153,8 @@ class GaiaAuthenticator {
|
| std::string captcha_url;
|
| SignIn signin;
|
|
|
| - AuthResults () : credentials_saved(DONT_SAVE_CREDENTIALS),
|
| - auth_error(None) { }
|
| + AuthResults() : credentials_saved(DONT_SAVE_CREDENTIALS),
|
| + auth_error(None) { }
|
| };
|
|
|
| protected:
|
|
|