| Index: components/cronet/android/url_request_context_peer.h
|
| diff --git a/net/cronet/android/url_request_context_peer.h b/components/cronet/android/url_request_context_peer.h
|
| similarity index 93%
|
| rename from net/cronet/android/url_request_context_peer.h
|
| rename to components/cronet/android/url_request_context_peer.h
|
| index bb2ab9cf8eea0c0efed2110904e67c08c62bc7e1..3e9406cf02ca2c7098a47ca410763b7e43378e37 100644
|
| --- a/net/cronet/android/url_request_context_peer.h
|
| +++ b/components/cronet/android/url_request_context_peer.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 NET_CRONET_ANDROID_URL_REQUEST_CONTEXT_PEER_H_
|
| -#define NET_CRONET_ANDROID_URL_REQUEST_CONTEXT_PEER_H_
|
| +#ifndef COMPONENTS_CRONET_ANDROID_URL_REQUEST_CONTEXT_PEER_H_
|
| +#define COMPONENTS_CRONET_ANDROID_URL_REQUEST_CONTEXT_PEER_H_
|
|
|
| #include <string>
|
|
|
| @@ -89,4 +89,4 @@ class URLRequestContextPeer : public net::URLRequestContextGetter {
|
| DISALLOW_COPY_AND_ASSIGN(URLRequestContextPeer);
|
| };
|
|
|
| -#endif // NET_CRONET_ANDROID_URL_REQUEST_CONTEXT_PEER_H_
|
| +#endif // COMPONENTS_CRONET_ANDROID_URL_REQUEST_CONTEXT_PEER_H_
|
|
|