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

Unified Diff: net/socket_stream/socket_stream_unittest.cc

Issue 11369179: Move url_request_test_util into net namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 8 years, 1 month 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/socket_stream/socket_stream_unittest.cc
diff --git a/net/socket_stream/socket_stream_unittest.cc b/net/socket_stream/socket_stream_unittest.cc
index 594b3a688153f42836c91f9232a8d6a35b364a0d..3e43dff3958e98ac771f43021f514ef2437f4e10 100644
--- a/net/socket_stream/socket_stream_unittest.cc
+++ b/net/socket_stream/socket_stream_unittest.cc
@@ -179,7 +179,7 @@ class SocketStreamEventRecorder : public net::SocketStream::Delegate {
DISALLOW_COPY_AND_ASSIGN(SocketStreamEventRecorder);
};
-class TestURLRequestContextWithProxy : public TestURLRequestContext {
+class TestURLRequestContextWithProxy : public net::TestURLRequestContext {
public:
explicit TestURLRequestContextWithProxy(const std::string& proxy)
: TestURLRequestContext(true) {
@@ -189,7 +189,7 @@ class TestURLRequestContextWithProxy : public TestURLRequestContext {
virtual ~TestURLRequestContextWithProxy() {}
};
-class TestSocketStreamNetworkDelegate : public TestNetworkDelegate {
+class TestSocketStreamNetworkDelegate : public net::TestNetworkDelegate {
public:
TestSocketStreamNetworkDelegate()
: before_connect_result_(net::OK) {}

Powered by Google App Engine
This is Rietveld 408576698