Index: remoting/base/url_request_context.cc |
diff --git a/remoting/host/url_request_context.cc b/remoting/base/url_request_context.cc |
similarity index 98% |
rename from remoting/host/url_request_context.cc |
rename to remoting/base/url_request_context.cc |
index aec661f7599f5ad8147f4e2be480b7c65bf6e6ae..9ef365ed940bfd96de7f571808d2516e639262b7 100644 |
--- a/remoting/host/url_request_context.cc |
+++ b/remoting/base/url_request_context.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "remoting/host/url_request_context.h" |
+#include "remoting/base/url_request_context.h" |
#include "base/message_loop/message_loop_proxy.h" |
#include "net/cert/cert_verifier.h" |
@@ -15,7 +15,7 @@ |
#include "net/proxy/proxy_config_service.h" |
#include "net/proxy/proxy_service.h" |
#include "net/ssl/ssl_config_service_defaults.h" |
-#include "remoting/host/vlog_net_log.h" |
+#include "remoting/base/vlog_net_log.h" |
#if defined(OS_WIN) |
#include "net/proxy/proxy_config_service_win.h" |