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

Unified Diff: net/url_request/url_request_file_job.h

Issue 8843: Add write and read/write support to FileStream (renamed from FileInputStream)... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month 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/net_unittests.scons ('k') | net/url_request/url_request_file_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_file_job.h
===================================================================
--- net/url_request/url_request_file_job.h (revision 4450)
+++ net/url_request/url_request_file_job.h (working copy)
@@ -7,7 +7,7 @@
#include "base/file_util.h"
#include "net/base/completion_callback.h"
-#include "net/base/file_input_stream.h"
+#include "net/base/file_stream.h"
#include "net/url_request/url_request.h"
#include "net/url_request/url_request_job.h"
@@ -34,7 +34,7 @@
void DidRead(int result);
net::CompletionCallbackImpl<URLRequestFileJob> io_callback_;
- net::FileInputStream stream_;
+ net::FileStream stream_;
bool is_directory_;
#if defined(OS_WIN)
« no previous file with comments | « net/net_unittests.scons ('k') | net/url_request/url_request_file_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698