#include "google_apis/gaia/gaia_auth_consumer.h"
GaiaAuthConsumer::ClientOAuthResult::ClientOAuthResult(
const std::string& new_refresh_token,
const std::string& new_access_token,
int new_expires_in_secs,
bool new_is_child_account,
bool new_is_under_advanced_protection,
bool new_is_bound_to_key)
: … { … }
GaiaAuthConsumer::ClientOAuthResult::ClientOAuthResult(
const ClientOAuthResult& other) = default;
GaiaAuthConsumer::ClientOAuthResult::~ClientOAuthResult() = default;
bool GaiaAuthConsumer::ClientOAuthResult::operator==(
const ClientOAuthResult &b) const { … }