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

Unified Diff: remoting/host/setup/oauth_client.h

Issue 354693004: Switch to using URLRequestContextBuilder to create some URLRequestContexts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Response to comments Created 6 years, 6 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
Index: remoting/host/setup/oauth_client.h
diff --git a/remoting/host/setup/oauth_client.h b/remoting/host/setup/oauth_client.h
index 2fdcbfe4268e304a60b6dcf9f9ae6fb0a768f6dc..54bd48ceb89b3f9a5e394e53a60b107a8acb59c7 100644
--- a/remoting/host/setup/oauth_client.h
+++ b/remoting/host/setup/oauth_client.h
@@ -9,8 +9,13 @@
#include <string>
#include "base/callback.h"
+#include "base/memory/ref_counted.h"
#include "google_apis/gaia/gaia_oauth_client.h"
-#include "remoting/base/url_request_context.h"
+#include "net/url_request/url_request_context_getter.h"
+
+namespace net {
+class URLRequestContext;
+}
namespace remoting {

Powered by Google App Engine
This is Rietveld 408576698