| Index: chrome/browser/automation/url_request_mock_http_job.cc
|
| ===================================================================
|
| --- chrome/browser/automation/url_request_mock_http_job.cc (revision 11636)
|
| +++ chrome/browser/automation/url_request_mock_http_job.cc (working copy)
|
| @@ -68,7 +68,8 @@
|
| }
|
|
|
| // Private const version.
|
| -void URLRequestMockHTTPJob::GetResponseInfoConst(net::HttpResponseInfo* info) const {
|
| +void URLRequestMockHTTPJob::GetResponseInfoConst(
|
| + net::HttpResponseInfo* info) const {
|
| std::wstring header_file = file_path_.ToWStringHack() + kMockHeaderFileSuffix;
|
| std::string raw_headers;
|
| if (!file_util::ReadFileToString(header_file, &raw_headers))
|
|
|