webrtc/sdk/objc/Framework/Headers/WebRTC
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
..
OWNERS
RTCAudioSession.h Fix public Obj-C header import. 2017-09-15 14:09:30 +00:00
RTCAudioSessionConfiguration.h
RTCAudioSource.h
RTCAudioTrack.h
RTCAVFoundationVideoSource.h
RTCCameraPreviewView.h
RTCCameraVideoCapturer.h
RTCConfiguration.h
RTCDataChannel.h
RTCDataChannelConfiguration.h
RTCDispatcher.h
RTCEAGLVideoView.h
RTCFieldTrials.h
RTCFileLogger.h
RTCIceCandidate.h
RTCIceServer.h
RTCIntervalRange.h
RTCLegacyStatsReport.h
RTCLogging.h Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
RTCMacros.h
RTCMediaConstraints.h
RTCMediaSource.h
RTCMediaStream.h
RTCMediaStreamTrack.h
RTCMetrics.h
RTCMetricsSampleInfo.h
RTCMTLNSVideoView.h
RTCMTLVideoView.h
RTCNSGLVideoView.h
RTCPeerConnection.h Revert ObjC API changes for BWE allocation strategy 2017-10-27 12:33:24 +00:00
RTCPeerConnectionFactory.h
RTCRtpCodecParameters.h
RTCRtpEncodingParameters.h
RTCRtpParameters.h
RTCRtpReceiver.h
RTCRtpSender.h
RTCSessionDescription.h
RTCSSLAdapter.h
RTCTracing.h
RTCVideoCapturer.h
RTCVideoCodec.h Add prefix to codec name constants. 2017-10-23 12:49:17 +00:00
RTCVideoCodecFactory.h Reland "Simple Default ObjC video codec factories." 2017-10-30 14:48:39 +00:00
RTCVideoCodecH264.h Injectable software video codecs in Obj-C. 2017-10-06 07:36:34 +00:00
RTCVideoDecoderVP8.h Injectable software video codecs in Obj-C. 2017-10-06 07:36:34 +00:00
RTCVideoDecoderVP9.h Injectable software video codecs in Obj-C. 2017-10-06 07:36:34 +00:00
RTCVideoEncoderVP8.h Injectable software video codecs in Obj-C. 2017-10-06 07:36:34 +00:00
RTCVideoEncoderVP9.h Injectable software video codecs in Obj-C. 2017-10-06 07:36:34 +00:00
RTCVideoFrame.h
RTCVideoFrameBuffer.h Support RGB frames in RTCCVPixelBuffer 2017-10-23 15:34:28 +00:00
RTCVideoRenderer.h
RTCVideoSource.h
RTCVideoTrack.h
RTCVideoViewShading.h
UIDevice+RTCDevice.h Updating RTCDeviceType with new iOS devices. 2017-10-11 10:06:59 +00:00
WebRTC.h