| Index: remoting/test/test_chromoting_client_unittest.cc
|
| diff --git a/remoting/test/test_chromoting_client_unittest.cc b/remoting/test/test_chromoting_client_unittest.cc
|
| index 9ae48e70a16ba2bc9e7ed528f99a5463c8346143..27e5c5df0eead499a6eb44996bcd4a992fd56c63 100644
|
| --- a/remoting/test/test_chromoting_client_unittest.cc
|
| +++ b/remoting/test/test_chromoting_client_unittest.cc
|
| @@ -91,8 +91,8 @@ void TestChromotingClientTest::TearDown() {
|
| // The chromoting instance must be destroyed before the message loop.
|
| test_chromoting_client_.reset();
|
|
|
| - // The LibjingleTransportFactory destroys the PortAllocator via a DeleteSoon
|
| - // operation. If we do not allow the message loop to run here, we run the
|
| + // The IceTransportFactory destroys the PortAllocator via a DeleteSoon
|
| + // operation. If we do not allow the message loop to run here, we run the
|
| // risk of the DeleteSoon task being dropped and incurring a memory leak.
|
| message_loop_.RunUntilIdle();
|
| }
|
|
|