| Index: chrome/browser/net/url_request_mock_util.cc
|
| ===================================================================
|
| --- chrome/browser/net/url_request_mock_util.cc (revision 263850)
|
| +++ chrome/browser/net/url_request_mock_util.cc (working copy)
|
| @@ -41,7 +41,7 @@
|
| content::URLRequestMockHTTPJob::AddUrlHandler(root_http);
|
| content::URLRequestMockHTTPJob::AddHostnameToFileHandler(
|
| google_util::LinkDoctorBaseURL().host(),
|
| - root_http.AppendASCII("mock-link-doctor.json"));
|
| + root_http.AppendASCII("mock-link-doctor.html"));
|
| } else {
|
| // Revert to the default handlers.
|
| net::URLRequestFilter::GetInstance()->ClearHandlers();
|
|
|