Chromium Code Reviews| Index: net/url_request/url_request_test_job.cc |
| =================================================================== |
| --- net/url_request/url_request_test_job.cc (revision 11030) |
| +++ net/url_request/url_request_test_job.cc (working copy) |
| @@ -57,7 +57,7 @@ |
| } |
| // Force the response to set a reasonable MIME type |
| -bool URLRequestTestJob::GetMimeType(std::string* mime_type) { |
| +bool URLRequestTestJob::GetMimeType(std::string* mime_type) const { |
| DCHECK(mime_type); |
| *mime_type = "text/html"; |
| return true; |