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

Unified Diff: remoting/base/url_request_context.h

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 | « no previous file | remoting/base/url_request_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/url_request_context.h
diff --git a/remoting/host/url_request_context.h b/remoting/base/url_request_context.h
similarity index 93%
rename from remoting/host/url_request_context.h
rename to remoting/base/url_request_context.h
index 5260247fdcdedc1871651121ade10e9d32132da2..cbb462c2ed40cb470a9c04aebe41748883aaa526 100644
--- a/remoting/host/url_request_context.h
+++ b/remoting/base/url_request_context.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_HOST_URL_REQUEST_CONTEXT_H_
-#define REMOTING_HOST_URL_REQUEST_CONTEXT_H_
+#ifndef REMOTING_BASE_URL_REQUEST_CONTEXT_H_
+#define REMOTING_BASE_URL_REQUEST_CONTEXT_H_
#include <string>
@@ -61,4 +61,4 @@ class URLRequestContextGetter : public net::URLRequestContextGetter {
} // namespace remoting
-#endif // REMOTING_HOST_URL_REQUEST_CONTEXT_H_
+#endif // REMOTING_BASE_URL_REQUEST_CONTEXT_H_
« no previous file with comments | « no previous file | remoting/base/url_request_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698