webrtc/modules/rtp_rtcp/source/rtcp_packet
Mirko Bonadei 675513b96a Stop using LOG macros in favor of RTC_ prefixed macros.
This CL has been generated with the following script:

for m in PLOG \
  LOG_TAG \
  LOG_GLEM \
  LOG_GLE_EX \
  LOG_GLE \
  LAST_SYSTEM_ERROR \
  LOG_ERRNO_EX \
  LOG_ERRNO \
  LOG_ERR_EX \
  LOG_ERR \
  LOG_V \
  LOG_F \
  LOG_T_F \
  LOG_E \
  LOG_T \
  LOG_CHECK_LEVEL_V \
  LOG_CHECK_LEVEL \
  LOG
do
  git grep -l $m | xargs sed -i "s,\b$m\b,RTC_$m,g"
done
git checkout rtc_base/logging.h
git cl format

Bug: webrtc:8452
Change-Id: I1a53ef3e0a5ef6e244e62b2e012b864914784600
Reviewed-on: https://webrtc-review.googlesource.com/21325
Reviewed-by: Niels Moller <nisse@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20617}
2017-11-09 11:56:32 +00:00
..
app.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
app.h
app_unittest.cc
bye.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
bye.h
bye_unittest.cc
common_header.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
common_header.h Add rtcp::CommonHeader::packet_size function 2017-11-09 10:50:15 +00:00
common_header_unittest.cc Add rtcp::CommonHeader::packet_size function 2017-11-09 10:50:15 +00:00
compound_packet.cc
compound_packet.h
compound_packet_unittest.cc
dlrr.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
dlrr.h
dlrr_unittest.cc
extended_jitter_report.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
extended_jitter_report.h
extended_jitter_report_unittest.cc
extended_reports.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
extended_reports.h
extended_reports_unittest.cc
fir.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
fir.h
fir_unittest.cc
nack.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
nack.h
nack_unittest.cc
pli.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
pli.h
pli_unittest.cc
psfb.cc
psfb.h
rapid_resync_request.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
rapid_resync_request.h
rapid_resync_request_unittest.cc
receiver_report.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
receiver_report.h
receiver_report_unittest.cc
remb.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
remb.h
remb_unittest.cc
report_block.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
report_block.h
report_block_unittest.cc
rrtr.cc
rrtr.h
rrtr_unittest.cc
rtpfb.cc
rtpfb.h
sdes.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
sdes.h
sdes_unittest.cc
sender_report.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
sender_report.h
sender_report_unittest.cc
target_bitrate.cc Move rtcp packet classes from rtp_rtcp to rtp_rtcp_format target 2017-09-15 17:36:30 +00:00
target_bitrate.h Move rtcp packet classes from rtp_rtcp to rtp_rtcp_format target 2017-09-15 17:36:30 +00:00
target_bitrate_unittest.cc
tmmb_item.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
tmmb_item.h
tmmbn.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
tmmbn.h
tmmbn_unittest.cc
tmmbr.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
tmmbr.h
tmmbr_unittest.cc
transport_feedback.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
transport_feedback.h
transport_feedback_unittest.cc
voip_metric.cc
voip_metric.h
voip_metric_unittest.cc