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

Unified Diff: net/base/upload_file_element_reader.h

Issue 11439008: net: Change argument of URLRequest::set_upload from UploadData to UploadDataStream (Closed) Base URL: http://git.chromium.org/chromium/src.git@chunk
Patch Set: Fix android Created 8 years 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
« no previous file with comments | « net/base/upload_data_stream.cc ('k') | net/ocsp/nss_ocsp.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/upload_file_element_reader.h
diff --git a/net/base/upload_file_element_reader.h b/net/base/upload_file_element_reader.h
index f84b06d62d1749bf74286b925f8bcf40b65489c2..b5c40042a0e3c5bc3c1d1abb754339d8775789ba 100644
--- a/net/base/upload_file_element_reader.h
+++ b/net/base/upload_file_element_reader.h
@@ -18,7 +18,7 @@ namespace net {
class FileStream;
// An UploadElementReader implementation for file.
-class NET_EXPORT_PRIVATE UploadFileElementReader : public UploadElementReader {
+class NET_EXPORT UploadFileElementReader : public UploadElementReader {
public:
// Deletes FileStream on the worker pool to avoid blocking the IO thread.
// This class is used as a template argument of scoped_ptr_malloc.
« no previous file with comments | « net/base/upload_data_stream.cc ('k') | net/ocsp/nss_ocsp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698