| 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_
|
|
|