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

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

Issue 453053002: Rename url_request_[context_]peer.* into url_request_[context_]adapter.* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix java formatting Created 6 years, 4 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/wrapped_channel_upload_element_reader.h
diff --git a/components/cronet/android/wrapped_channel_upload_element_reader.h b/components/cronet/android/wrapped_channel_upload_element_reader.h
index c438f6fb0912d47c92bf67789a38db04147b3414..251a3ec370e15583d327f6d3f661aa54dc549aef 100644
--- a/components/cronet/android/wrapped_channel_upload_element_reader.h
+++ b/components/cronet/android/wrapped_channel_upload_element_reader.h
@@ -7,7 +7,7 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
-#include "components/cronet/android/url_request_peer.h"
+#include "components/cronet/android/url_request_adapter.h"
#include "net/base/completion_callback.h"
#include "net/base/upload_element_reader.h"
@@ -24,7 +24,7 @@ namespace cronet {
class WrappedChannelElementReader : public net::UploadElementReader {
public:
WrappedChannelElementReader(
- scoped_refptr<URLRequestPeer::URLRequestPeerDelegate> delegate,
+ scoped_refptr<URLRequestAdapter::URLRequestAdapterDelegate> delegate,
uint64 length);
virtual ~WrappedChannelElementReader();
@@ -40,7 +40,7 @@ class WrappedChannelElementReader : public net::UploadElementReader {
private:
const uint64 length_;
uint64 offset_;
- scoped_refptr<URLRequestPeer::URLRequestPeerDelegate> delegate_;
+ scoped_refptr<URLRequestAdapter::URLRequestAdapterDelegate> delegate_;
DISALLOW_COPY_AND_ASSIGN(WrappedChannelElementReader);
};
« no previous file with comments | « components/cronet/android/url_request_peer.cc ('k') | components/cronet/android/wrapped_channel_upload_element_reader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698