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

Unified Diff: net/socket/transport_client_socket_unittest.cc

Issue 10161005: Add DefaultListenSocket. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
« no previous file with comments | « net/net.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/transport_client_socket_unittest.cc
diff --git a/net/socket/transport_client_socket_unittest.cc b/net/socket/transport_client_socket_unittest.cc
index a5e3bb7866a2bbc2815183c6cddf1f1e12106e16..db7b6d17319f3fba34321cccf644ec995d3f022b 100644
--- a/net/socket/transport_client_socket_unittest.cc
+++ b/net/socket/transport_client_socket_unittest.cc
@@ -31,6 +31,8 @@ enum ClientSocketTestTypes {
SCTP
};
+} // namespace
Philippe 2012/04/24 12:49:04 This change is needed to make DefaultListenSocket'
+
class TransportClientSocketTest
: public ListenSocket::ListenSocketDelegate,
public ::testing::TestWithParam<ClientSocketTestTypes> {
@@ -445,6 +447,4 @@ TEST_P(TransportClientSocketTest, DISABLED_FullDuplex_WriteFirst) {
EXPECT_GE(rv, 0);
}
-} // namespace
-
} // namespace net
« no previous file with comments | « net/net.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698