| Index: net/url_request/url_request_throttler_header_adapter.h
|
| diff --git a/net/url_request/url_request_throttler_header_adapter.h b/net/url_request/url_request_throttler_header_adapter.h
|
| index a3607475ab37a4832dcda6318d8c48cc8bd8378e..3b0211d9e458e96a51af61969ed6a0678a3d3c43 100644
|
| --- a/net/url_request/url_request_throttler_header_adapter.h
|
| +++ b/net/url_request/url_request_throttler_header_adapter.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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.
|
|
|
| @@ -19,7 +19,7 @@ class HttpResponseHeaders;
|
| class URLRequestThrottlerHeaderAdapter
|
| : public URLRequestThrottlerHeaderInterface {
|
| public:
|
| - explicit URLRequestThrottlerHeaderAdapter(net::HttpResponseHeaders* headers);
|
| + explicit URLRequestThrottlerHeaderAdapter(HttpResponseHeaders* headers);
|
| virtual ~URLRequestThrottlerHeaderAdapter();
|
|
|
| // Implementation of URLRequestThrottlerHeaderInterface
|
| @@ -27,7 +27,7 @@ class URLRequestThrottlerHeaderAdapter
|
| virtual int GetResponseCode() const;
|
|
|
| private:
|
| - const scoped_refptr<net::HttpResponseHeaders> response_header_;
|
| + const scoped_refptr<HttpResponseHeaders> response_header_;
|
| };
|
|
|
| } // namespace net
|
|
|