Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1753)

Unified Diff: remoting/host/oauth_client.h

Issue 9950108: Fixing double deletetion of remoting::URLRequestContextGetter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/host/oauth_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/oauth_client.h
diff --git a/remoting/host/oauth_client.h b/remoting/host/oauth_client.h
index aa8b22097a6b35b595db26f21f9052e04e1f8697..559bc5f447d7a59ba2af562ca2687637e1c037d9 100644
--- a/remoting/host/oauth_client.h
+++ b/remoting/host/oauth_client.h
@@ -62,7 +62,7 @@ class OAuthClient : public GaiaOAuthClient::Delegate {
// that the URLRequestContextGetter is available for other purposes.
base::Thread network_thread_;
base::Thread file_thread_;
- scoped_ptr<URLRequestContextGetter> url_request_context_getter_;
+ scoped_refptr<URLRequestContextGetter> url_request_context_getter_;
scoped_ptr<GaiaOAuthClient> gaia_oauth_client_;
std::string refresh_token_;
OAuthClient::Delegate* delegate_;
« no previous file with comments | « no previous file | remoting/host/oauth_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698