From a77490672cf7691bedcc29e2adeeb8645cbc5f16 Mon Sep 17 00:00:00 2001 From: sergeyu Date: Wed, 28 Oct 2015 14:57:45 -0700 Subject: Remove remoting::protocol::Transport interface. Moved and renamed LibjingleTransport in libjingle_transport_factory.cc to IceTransportChannel in ice_transport_channel.cc. Removed LibjingleTransportFactory class and moved all code to IceTransportFactory. BUG=547158 Review URL: https://codereview.chromium.org/1412313006 Cr-Commit-Position: refs/heads/master@{#356659} --- remoting/test/test_chromoting_client_unittest.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'remoting/test') diff --git a/remoting/test/test_chromoting_client_unittest.cc b/remoting/test/test_chromoting_client_unittest.cc index 9ae48e7..27e5c5d 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(); } -- cgit v1.1