Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(201)

Unified Diff: net/url_request/url_request_throttler_header_adapter.h

Issue 6730034: Remove all "net::" prefixes under net/url_request for code that's (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed indentation Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « net/url_request/url_request_throttler_entry_interface.h ('k') | net/url_request/url_request_throttler_header_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698