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

Unified Diff: components/cronet/android/url_request_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_peer.h
diff --git a/net/cronet/android/url_request_peer.h b/components/cronet/android/url_request_peer.h
similarity index 95%
rename from net/cronet/android/url_request_peer.h
rename to components/cronet/android/url_request_peer.h
index db091ca37ffae68f7bd4cd473ee5ca169e56b4c0..95ac2a392ce15e39d4d14d20401178fb2be58eb0 100644
--- a/net/cronet/android/url_request_peer.h
+++ b/components/cronet/android/url_request_peer.h
@@ -2,15 +2,15 @@
// 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_PEER_H_
-#define NET_CRONET_ANDROID_URL_REQUEST_PEER_H_
+#ifndef COMPONENTS_CRONET_ANDROID_URL_REQUEST_PEER_H_
+#define COMPONENTS_CRONET_ANDROID_URL_REQUEST_PEER_H_
#include "base/compiler_specific.h"
#include "base/macros.h"
#include "base/memory/ref_counted.h"
+#include "components/cronet/android/url_request_context_peer.h"
#include "net/base/request_priority.h"
#include "net/base/upload_data_stream.h"
-#include "net/cronet/android/url_request_context_peer.h"
#include "net/http/http_request_headers.h"
#include "net/url_request/url_request.h"
@@ -134,4 +134,4 @@ class URLRequestPeer : public net::URLRequest::Delegate {
DISALLOW_COPY_AND_ASSIGN(URLRequestPeer);
};
-#endif // NET_CRONET_ANDROID_URL_REQUEST_PEER_H_
+#endif // COMPONENTS_CRONET_ANDROID_URL_REQUEST_PEER_H_
« no previous file with comments | « components/cronet/android/url_request_context_peer.cc ('k') | components/cronet/android/url_request_peer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698