| Index: remoting/jingle_glue/chromium_socket_factory_unittest.cc
|
| ===================================================================
|
| --- remoting/jingle_glue/chromium_socket_factory_unittest.cc (revision 224785)
|
| +++ remoting/jingle_glue/chromium_socket_factory_unittest.cc (working copy)
|
| @@ -66,7 +66,8 @@
|
| int attempts = 0;
|
| while (last_packet_.empty() && attempts++ < kMaxAttempts) {
|
| sending_socket->SendTo(test_packet.data(), test_packet.size(),
|
| - socket_->GetLocalAddress());
|
| + socket_->GetLocalAddress(),
|
| + talk_base::DSCP_NO_CHANGE);
|
| message_loop_.PostDelayedTask(FROM_HERE, run_loop_.QuitClosure(),
|
| kAttemptPeriod);
|
| run_loop_.Run();
|
|
|