diff options
Diffstat (limited to 'chrome/common/net/gaia/gaia_authenticator.cc')
-rw-r--r-- | chrome/common/net/gaia/gaia_authenticator.cc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/common/net/gaia/gaia_authenticator.cc b/chrome/common/net/gaia/gaia_authenticator.cc index f544e94..7a7322c 100644 --- a/chrome/common/net/gaia/gaia_authenticator.cc +++ b/chrome/common/net/gaia/gaia_authenticator.cc @@ -26,6 +26,14 @@ static const char kGaiaV1IssueAuthTokenPath[] = "/accounts/IssueAuthToken"; static const char kGetUserInfoPath[] = "/accounts/GetUserInfo"; +GaiaAuthenticator::AuthResults::AuthResults() : auth_error(None) {} + +GaiaAuthenticator::AuthResults::~AuthResults() {} + +GaiaAuthenticator::AuthParams::AuthParams() {} + +GaiaAuthenticator::AuthParams::~AuthParams() {} + // Sole constructor with initializers for all fields. GaiaAuthenticator::GaiaAuthenticator(const string& user_agent, const string& service_id, |