| Index: chrome/browser/net/url_request_mock_util.cc
|
| ===================================================================
|
| --- chrome/browser/net/url_request_mock_util.cc (revision 126973)
|
| +++ chrome/browser/net/url_request_mock_util.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -11,7 +11,7 @@
|
| #include "chrome/browser/net/url_request_mock_link_doctor_job.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "content/public/browser/browser_thread.h"
|
| -#include "content/test/net/url_request_failed_dns_job.h"
|
| +#include "content/test/net/url_request_failed_job.h"
|
| #include "content/test/net/url_request_mock_http_job.h"
|
| #include "content/test/net/url_request_slow_download_job.h"
|
| #include "content/test/net/url_request_slow_http_job.h"
|
| @@ -34,7 +34,7 @@
|
|
|
| net::URLRequestFilter::GetInstance()->ClearHandlers();
|
|
|
| - URLRequestFailedDnsJob::AddUrlHandler();
|
| + URLRequestFailedJob::AddUrlHandler();
|
| URLRequestMockLinkDoctorJob::AddUrlHandler();
|
| URLRequestSlowDownloadJob::AddUrlHandler();
|
|
|
|
|