summaryrefslogtreecommitdiffstats
path: root/google_apis
diff options
context:
space:
mode:
Diffstat (limited to 'google_apis')
-rw-r--r--google_apis/gaia/gaia_auth_consumer.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/google_apis/gaia/gaia_auth_consumer.cc b/google_apis/gaia/gaia_auth_consumer.cc
index d461bf8..860b66e 100644
--- a/google_apis/gaia/gaia_auth_consumer.cc
+++ b/google_apis/gaia/gaia_auth_consumer.cc
@@ -30,6 +30,9 @@ bool GaiaAuthConsumer::ClientLoginResult::operator==(
two_factor == b.two_factor;
}
+GaiaAuthConsumer::ClientOAuthResult::ClientOAuthResult()
+ : expires_in_secs(0) {}
+
GaiaAuthConsumer::ClientOAuthResult::ClientOAuthResult(
const std::string& new_refresh_token,
const std::string& new_access_token,