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

Unified Diff: remoting/host/setup/win/host_configurer.cc

Issue 18460003: Move url_request_context from remoting/host/ to remoting/base/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
« no previous file with comments | « remoting/host/setup/start_host.cc ('k') | remoting/host/url_request_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/setup/win/host_configurer.cc
diff --git a/remoting/host/setup/win/host_configurer.cc b/remoting/host/setup/win/host_configurer.cc
index c0d7d19476bf76aaa330e90e92a18804b64acaa7..bf5b8a6da6af71d2f2ea27bcfe014d3372ec8180 100644
--- a/remoting/host/setup/win/host_configurer.cc
+++ b/remoting/host/setup/win/host_configurer.cc
@@ -10,8 +10,8 @@
#include "base/command_line.h"
#include "base/run_loop.h"
#include "base/threading/thread.h"
+#include "remoting/base/url_request_context.h"
#include "remoting/host/setup/win/host_configurer_window.h"
-#include "remoting/host/url_request_context.h"
class HostConfigurerModule
: public ATL::CAtlExeModuleT<HostConfigurerModule> {
« no previous file with comments | « remoting/host/setup/start_host.cc ('k') | remoting/host/url_request_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698