| Index: chrome/browser/net/url_request_mock_link_doctor_job.h
|
| diff --git a/chrome/browser/net/url_request_mock_link_doctor_job.h b/chrome/browser/net/url_request_mock_link_doctor_job.h
|
| index 4af4fe7aed5aa8aacc58d3a9f59b885e8d8f7256..19a02f49778a71a4a7196b75611b20c3dac35301 100644
|
| --- a/chrome/browser/net/url_request_mock_link_doctor_job.h
|
| +++ b/chrome/browser/net/url_request_mock_link_doctor_job.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2010 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.
|
| //
|
| @@ -12,9 +12,9 @@
|
|
|
| class URLRequestMockLinkDoctorJob : public URLRequestMockHTTPJob {
|
| public:
|
| - explicit URLRequestMockLinkDoctorJob(URLRequest* request);
|
| + explicit URLRequestMockLinkDoctorJob(net::URLRequest* request);
|
|
|
| - static URLRequest::ProtocolFactory Factory;
|
| + static net::URLRequest::ProtocolFactory Factory;
|
|
|
| // Adds the testing URLs to the URLRequestFilter.
|
| static void AddUrlHandler();
|
|
|