webrtc/p2p/base
Jonas Olsson a4d873786f Format almost everything.
This CL was generated by running

git ls-files | grep -P "(\.h|\.cc)$" | grep -v 'sdk/' | grep -v 'rtc_base/ssl_' | \
grep -v 'fake_rtc_certificate_generator.h' | grep -v 'modules/audio_device/win/' | \
grep -v 'system_wrappers/source/clock.cc' | grep -v 'rtc_base/trace_event.h' | \
grep -v 'modules/audio_coding/codecs/ilbc/' | grep -v 'screen_capturer_mac.h' | \
grep -v 'spl_inl_mips.h' | grep -v 'data_size_unittest.cc' | grep -v 'timestamp_unittest.cc' \
| xargs clang-format -i ; git cl format

Most of these changes are clang-format grouping and reordering includes
differently.

Bug: webrtc:9340
Change-Id: Ic83ddbc169bfacd21883e381b5181c3dd4fe8a63
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/144051
Commit-Queue: Jonas Olsson <jonasolsson@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#28505}
2019-07-08 13:45:15 +00:00
..
async_stun_tcp_socket_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
async_stun_tcp_socket.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
async_stun_tcp_socket.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
basic_async_resolver_factory_unittest.cc Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
basic_async_resolver_factory.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
basic_async_resolver_factory.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
basic_packet_socket_factory.cc Format almost everything. 2019-07-08 13:45:15 +00:00
basic_packet_socket_factory.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
candidate_pair_interface.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
connection_info.cc Move Connection into it's own .h/.cc file. 2019-05-29 11:27:47 +00:00
connection_info.h Move Connection into it's own .h/.cc file. 2019-05-29 11:27:47 +00:00
connection.cc Add logging and edit the field trial name for piggyback ICE check 2019-06-19 22:35:47 +00:00
connection.h Add piggyback acknowledgement of the last ICE check received in 2019-06-19 06:27:52 +00:00
datagram_dtls_adaptor.cc Remove flags include from p2p/base/datagram_dtls_adaptor.cc. 2019-06-25 19:27:01 +00:00
datagram_dtls_adaptor.h Move datagram transport to JsepTransport 2019-06-03 22:24:12 +00:00
dtls_transport_internal.cc Datagram Transport Integration 2019-05-23 23:36:05 +00:00
dtls_transport_internal.h Move datagram transport to JsepTransport 2019-06-03 22:24:12 +00:00
dtls_transport_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
dtls_transport.cc Format almost everything. 2019-07-08 13:45:15 +00:00
dtls_transport.h Move ownership of ICE from DtlsTransport to JsepTransport. 2019-05-30 01:27:50 +00:00
fake_dtls_transport.h Expose SSL ciphersuite on the webrtc::DtlsTransport interface 2019-04-12 08:29:59 +00:00
fake_ice_transport.h Use Abseil container algorithms in p2p/ 2019-01-29 21:52:18 +00:00
fake_packet_transport.h Create a composite implementation of RtpTransportInternal. 2019-05-28 23:18:49 +00:00
fake_port_allocator.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
ice_credentials_iterator_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
ice_credentials_iterator.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
ice_credentials_iterator.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
ice_transport_internal.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
ice_transport_internal.h Format almost everything. 2019-07-08 13:45:15 +00:00
mdns_message_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
mdns_message.cc Format almost everything. 2019-07-08 13:45:15 +00:00
mdns_message.h Format almost everything. 2019-07-08 13:45:15 +00:00
mock_async_resolver.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
mock_ice_transport.h Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
no_op_dtls_transport.cc Format almost everything. 2019-07-08 13:45:15 +00:00
no_op_dtls_transport.h Move ownership of ICE from DtlsTransport to JsepTransport. 2019-05-30 01:27:50 +00:00
p2p_constants.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
p2p_constants.h Export symbols needed by the Chromium component build (part 8). 2019-04-02 10:13:36 +00:00
p2p_transport_channel_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
p2p_transport_channel.cc Format almost everything. 2019-07-08 13:45:15 +00:00
p2p_transport_channel.h Reland "Added OnIceCandidateError to API and implementation" 2019-06-06 16:59:22 +00:00
packet_socket_factory.cc Format almost everything. 2019-07-08 13:45:15 +00:00
packet_socket_factory.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
packet_transport_interface.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
packet_transport_internal.cc Delete the remaining ORTC interfaces. 2019-05-24 18:17:37 +00:00
packet_transport_internal.h Delete the remaining ORTC interfaces. 2019-05-24 18:17:37 +00:00
port_allocator_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
port_allocator.cc Reland "Surface ICE candidates that match an updated candidate filter." 2019-04-18 19:33:41 +00:00
port_allocator.h Reland "Added OnIceCandidateError to API and implementation" 2019-06-06 16:59:22 +00:00
port_interface.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
port_interface.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
port_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
port.cc Format almost everything. 2019-07-08 13:45:15 +00:00
port.h Reland "Added OnIceCandidateError to API and implementation" 2019-06-06 16:59:22 +00:00
pseudo_tcp_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
pseudo_tcp.cc Format almost everything. 2019-07-08 13:45:15 +00:00
pseudo_tcp.h Format almost everything. 2019-07-08 13:45:15 +00:00
regathering_controller_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
regathering_controller.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
regathering_controller.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
relay_port_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
relay_port.cc Format almost everything. 2019-07-08 13:45:15 +00:00
relay_port.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
relay_server_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
relay_server.cc Use Abseil container algorithms in p2p/ 2019-01-29 21:52:18 +00:00
relay_server.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
stun_port_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
stun_port.cc Reland "Added OnIceCandidateError to API and implementation" 2019-06-06 16:59:22 +00:00
stun_port.h Format almost everything. 2019-07-08 13:45:15 +00:00
stun_request_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
stun_request.cc Format almost everything. 2019-07-08 13:45:15 +00:00
stun_request.h Format almost everything. 2019-07-08 13:45:15 +00:00
stun_server_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
stun_server.cc Stun server should return XOR-MAPPED-ADDRESS/MAPPED-ADDRESS correctly 2019-06-28 19:12:14 +00:00
stun_server.h Format almost everything. 2019-07-08 13:45:15 +00:00
stun_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
stun.cc Add piggyback acknowledgement of the last ICE check received in 2019-06-19 06:27:52 +00:00
stun.h Format almost everything. 2019-07-08 13:45:15 +00:00
tcp_port_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
tcp_port.cc Format almost everything. 2019-07-08 13:45:15 +00:00
tcp_port.h Move Connection into it's own .h/.cc file. 2019-05-29 11:27:47 +00:00
test_relay_server.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
test_stun_server.cc Stun server should return XOR-MAPPED-ADDRESS/MAPPED-ADDRESS correctly 2019-06-28 19:12:14 +00:00
test_stun_server.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
test_turn_customizer.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
test_turn_server.h Deprecating ThreadChecker specific interface. 2019-04-08 16:58:07 +00:00
transport_description_factory_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
transport_description_factory.cc Format almost everything. 2019-07-08 13:45:15 +00:00
transport_description_factory.h Reland: Implement true negotiation for DatagramTransport with fallback to RTP. 2019-06-07 20:14:36 +00:00
transport_description.cc Reland: Implement true negotiation for DatagramTransport with fallback to RTP. 2019-06-07 20:14:36 +00:00
transport_description.h Reland: Implement true negotiation for DatagramTransport with fallback to RTP. 2019-06-07 20:14:36 +00:00
transport_factory_interface.h Move ownership of ICE from DtlsTransport to JsepTransport. 2019-05-30 01:27:50 +00:00
transport_info.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
transport.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
turn_port_unittest.cc Reland "Added OnIceCandidateError to API and implementation" 2019-06-06 16:59:22 +00:00
turn_port.cc Reland "Added OnIceCandidateError to API and implementation" 2019-06-06 16:59:22 +00:00
turn_port.h Format almost everything. 2019-07-08 13:45:15 +00:00
turn_server_unittest.cc Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
turn_server.cc Format almost everything. 2019-07-08 13:45:15 +00:00
turn_server.h Format almost everything. 2019-07-08 13:45:15 +00:00
udp_port.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00