Chromium Code Reviews| Index: net/url_request/url_request_about_job.cc |
| =================================================================== |
| --- net/url_request/url_request_about_job.cc (revision 11030) |
| +++ net/url_request/url_request_about_job.cc (working copy) |
| @@ -27,7 +27,7 @@ |
| this, &URLRequestAboutJob::StartAsync)); |
| } |
| -bool URLRequestAboutJob::GetMimeType(std::string* mime_type) { |
| +bool URLRequestAboutJob::GetMimeType(std::string* mime_type) const { |
| *mime_type = "text/html"; |
| return true; |
| } |