| Index: chrome/browser/net/url_request_mock_http_job.h
|
| diff --git a/chrome/browser/net/url_request_mock_http_job.h b/chrome/browser/net/url_request_mock_http_job.h
|
| index d2c0e0bd963a580af57525d996c144fc6efe73f7..eabb0e161d441b2362bbc18d04c085aea965cbcb 100644
|
| --- a/chrome/browser/net/url_request_mock_http_job.h
|
| +++ b/chrome/browser/net/url_request_mock_http_job.h
|
| @@ -1,8 +1,8 @@
|
| -// Copyright (c) 2006-2008 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.
|
| //
|
| -// A URLRequestJob class that pulls the content and http headers from disk.
|
| +// A net::URLRequestJob class that pulls the content and http headers from disk.
|
|
|
| #ifndef CHROME_BROWSER_NET_URL_REQUEST_MOCK_HTTP_JOB_H_
|
| #define CHROME_BROWSER_NET_URL_REQUEST_MOCK_HTTP_JOB_H_
|
|
|