| Index: remoting/host/setup/gaia_oauth_client.h
|
| diff --git a/remoting/host/setup/gaia_oauth_client.h b/remoting/host/setup/gaia_oauth_client.h
|
| index 1af8ded6bbcb39e2abe0dc43e16d0118d5b1e45e..c963df3b8a1cc035bae15cec4fb1b7523d79225e 100644
|
| --- a/remoting/host/setup/gaia_oauth_client.h
|
| +++ b/remoting/host/setup/gaia_oauth_client.h
|
| @@ -60,6 +60,7 @@ class GaiaOAuthClient : public OAuthClient,
|
| const std::string& auth_code,
|
| bool need_user_email,
|
| CompletionCallback on_done);
|
| + Request(const Request& other);
|
| virtual ~Request();
|
| gaia::OAuthClientInfo oauth_client_info;
|
| std::string auth_code;
|
|
|