diff options
Diffstat (limited to 'net/url_request/url_request_about_job.cc')
-rw-r--r-- | net/url_request/url_request_about_job.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/url_request/url_request_about_job.cc b/net/url_request/url_request_about_job.cc index a9afd67..9c4bd30 100644 --- a/net/url_request/url_request_about_job.cc +++ b/net/url_request/url_request_about_job.cc @@ -27,7 +27,7 @@ void URLRequestAboutJob::Start() { this, &URLRequestAboutJob::StartAsync)); } -bool URLRequestAboutJob::GetMimeType(std::string* mime_type) { +bool URLRequestAboutJob::GetMimeType(std::string* mime_type) const { *mime_type = "text/html"; return true; } |