| 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_;
|
|
|