diff options
author | adamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-25 16:29:07 +0000 |
---|---|---|
committer | adamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-25 16:29:07 +0000 |
commit | 8effd3f691277e168a10890127085a3bc999810f (patch) | |
tree | f249b4aa38200eeba84d5324debf1776f80253b5 /net/base/net_util.h | |
parent | 9c7ec6dd24d8774cc88232354cd15f31ed28d61d (diff) | |
download | chromium_src-8effd3f691277e168a10890127085a3bc999810f.zip chromium_src-8effd3f691277e168a10890127085a3bc999810f.tar.gz chromium_src-8effd3f691277e168a10890127085a3bc999810f.tar.bz2 |
Remove most unnecessary uses of "net::" in net/base/.
Also removes several empty and unused gtest test fixtures.
R=willchan@chromium.org
Review URL: http://codereview.chromium.org/6676134
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79411 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/net_util.h')
-rw-r--r-- | net/base/net_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/base/net_util.h b/net/base/net_util.h index 9e30d2b..4e1d07e 100644 --- a/net/base/net_util.h +++ b/net/base/net_util.h @@ -133,7 +133,7 @@ void GetIdentityFromURL(const GURL& url, std::string GetHostOrSpecFromURL(const GURL& url); // Return the value of the HTTP response header with name 'name'. 'headers' -// should be in the format that net::URLRequest::GetResponseHeaders() returns. +// should be in the format that URLRequest::GetResponseHeaders() returns. // Returns the empty string if the header is not found. std::wstring GetSpecificHeader(const std::wstring& headers, const std::wstring& name); |