diff options
Diffstat (limited to 'net/url_request/url_request_file_job.cc')
-rw-r--r-- | net/url_request/url_request_file_job.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/url_request/url_request_file_job.cc b/net/url_request/url_request_file_job.cc index e120aa6..bc7a50d 100644 --- a/net/url_request/url_request_file_job.cc +++ b/net/url_request/url_request_file_job.cc @@ -150,7 +150,7 @@ bool URLRequestFileJob::ReadRawData(net::IOBuffer* dest, int dest_size, return false; } -bool URLRequestFileJob::GetMimeType(std::string* mime_type) { +bool URLRequestFileJob::GetMimeType(std::string* mime_type) const { DCHECK(request_); return net::GetMimeTypeFromFile(file_path_, mime_type); } |