summaryrefslogtreecommitdiffstats
path: root/google_apis/gaia/gaia_oauth_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'google_apis/gaia/gaia_oauth_client.h')
-rw-r--r--google_apis/gaia/gaia_oauth_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/google_apis/gaia/gaia_oauth_client.h b/google_apis/gaia/gaia_oauth_client.h
index fff51cf..3dad639 100644
--- a/google_apis/gaia/gaia_oauth_client.h
+++ b/google_apis/gaia/gaia_oauth_client.h
@@ -23,6 +23,7 @@ static const char kGaiaOAuth2Url[] =
struct OAuthClientInfo {
std::string client_id;
std::string client_secret;
+ std::string redirect_uri;
};
class GaiaOAuthClient {