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

Unified Diff: components/cronet/android/url_request_context_peer.h

Issue 230443005: Move cronet from //net into //components. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to r262794 Created 6 years, 8 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
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_

Powered by Google App Engine
This is Rietveld 408576698