summaryrefslogtreecommitdiffstats
path: root/jingle/glue
diff options
context:
space:
mode:
Diffstat (limited to 'jingle/glue')
-rw-r--r--jingle/glue/channel_socket_adapter_unittest.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/jingle/glue/channel_socket_adapter_unittest.cc b/jingle/glue/channel_socket_adapter_unittest.cc
index c9b0bb7..d90cbca 100644
--- a/jingle/glue/channel_socket_adapter_unittest.cc
+++ b/jingle/glue/channel_socket_adapter_unittest.cc
@@ -29,8 +29,7 @@ const int kTestError = -32123;
class MockTransportChannel : public cricket::TransportChannel {
public:
- MockTransportChannel()
- : cricket::TransportChannel("", 0) {
+ MockTransportChannel() : cricket::TransportChannel(std::string(), 0) {
set_writable(true);
set_readable(true);
}