Index: webrtc/p2p/base/p2ptransportchannel.cc |
diff --git a/webrtc/p2p/base/p2ptransportchannel.cc b/webrtc/p2p/base/p2ptransportchannel.cc |
index fc1f0a4e6769ee96ce28f851d0f7cbc368fbf69c..d183a235ac691f7e091b623b69cfe7aad5499b1f 100644 |
--- a/webrtc/p2p/base/p2ptransportchannel.cc |
+++ b/webrtc/p2p/base/p2ptransportchannel.cc |
@@ -1188,6 +1188,7 @@ void P2PTransportChannel::SwitchBestConnectionTo(Connection* conn) { |
} else { |
LOG_J(LS_INFO, this) << "No best connection"; |
} |
+ |
// TODO(honghaiz): rename best_connection_ with selected_connection_ or |
// selected_candidate pair_. |
SignalSelectedCandidatePairChanged(this, best_connection_, |