| Index: remoting/host/setup/gaia_oauth_client.cc
|
| diff --git a/remoting/host/setup/gaia_oauth_client.cc b/remoting/host/setup/gaia_oauth_client.cc
|
| index 9855dd674ccd4213d884a1a57c1ca77736272509..6daf95a59e7e0d507b83f34df01a7f4309af7cee 100644
|
| --- a/remoting/host/setup/gaia_oauth_client.cc
|
| +++ b/remoting/host/setup/gaia_oauth_client.cc
|
| @@ -94,6 +94,8 @@ GaiaOAuthClient::Request::Request(
|
| this->on_done = on_done;
|
| }
|
|
|
| +GaiaOAuthClient::Request::Request(const Request& other) = default;
|
| +
|
| GaiaOAuthClient::Request::~Request() {
|
| }
|
|
|
|
|