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

Unified Diff: net/url_request/url_request_file_job.h

Issue 3347005: Moving file_util::FileInfo to base::PlatformFileInfo, and adding the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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: net/url_request/url_request_file_job.h
===================================================================
--- net/url_request/url_request_file_job.h (revision 58317)
+++ net/url_request/url_request_file_job.h (working copy)
@@ -42,7 +42,7 @@
FilePath file_path_;
private:
- void DidResolve(bool exists, const file_util::FileInfo& file_info);
+ void DidResolve(bool exists, const base::PlatformFileInfo& file_info);
void DidRead(int result);
net::CompletionCallbackImpl<URLRequestFileJob> io_callback_;

Powered by Google App Engine
This is Rietveld 408576698