| Index: remoting/host/setup/oauth_client.cc
|
| diff --git a/remoting/host/setup/oauth_client.cc b/remoting/host/setup/oauth_client.cc
|
| index 74a6bfe0b086f2e96a60deeef79d9b89cfd1f673..684ab2c2d84e4cdc99b3424bdf5a62a7d0a5196d 100644
|
| --- a/remoting/host/setup/oauth_client.cc
|
| +++ b/remoting/host/setup/oauth_client.cc
|
| @@ -14,7 +14,7 @@ namespace remoting {
|
|
|
| OAuthClient::OAuthClient(
|
| scoped_refptr<net::URLRequestContextGetter> url_request_context_getter)
|
| - : gaia_oauth_client_(url_request_context_getter) {
|
| + : gaia_oauth_client_(url_request_context_getter.get()) {
|
| }
|
|
|
| OAuthClient::~OAuthClient() {
|
|
|