diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-19 11:48:19 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-19 11:48:19 +0000 |
commit | da968bc16c3a459b350e6b941af07c99ed201764 (patch) | |
tree | 2b545b1631ace146fde83064dbad50b15a65776d /net/websockets | |
parent | d2ad7b4cf05551da4e832a6cc038f57e308ba8ca (diff) | |
download | chromium_src-da968bc16c3a459b350e6b941af07c99ed201764.zip chromium_src-da968bc16c3a459b350e6b941af07c99ed201764.tar.gz chromium_src-da968bc16c3a459b350e6b941af07c99ed201764.tar.bz2 |
net: Remove prefix net:: from some places that already are in namespace net.
This should address the wtc review in http://codereview.chromium.org/6338002/
BUG=64263
TEST=trybots
Review URL: http://codereview.chromium.org/6322003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71787 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/websockets')
-rw-r--r-- | net/websockets/websocket_job_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/websockets/websocket_job_unittest.cc b/net/websockets/websocket_job_unittest.cc index a0ff609..2133cfa 100644 --- a/net/websockets/websocket_job_unittest.cc +++ b/net/websockets/websocket_job_unittest.cc @@ -177,7 +177,7 @@ class MockCookiePolicy : public CookiePolicy, CompletionCallback* callback_; }; -class MockURLRequestContext : public net::URLRequestContext { +class MockURLRequestContext : public URLRequestContext { public: MockURLRequestContext(CookieStore* cookie_store, CookiePolicy* cookie_policy) { |