base->rtc_base: Update .c, .mm and .java files.

TBR=kwiberg@webrtc.org
BUG=webrtc:7634

Review-Url: https://codereview.webrtc.org/2974613003
Cr-Commit-Position: refs/heads/master@{#18926}
This commit is contained in:
ehmaldonado
2017-07-07 03:09:51 -07:00
committed by Commit Bot
parent 0e9bd8e15b
commit eaaae9e91b
92 changed files with 137 additions and 138 deletions

View File

@ -10,7 +10,7 @@
#import "RTCAudioSource+Private.h"
#include "webrtc/base/checks.h"
#include "webrtc/rtc_base/checks.h"
@implementation RTCAudioSource {
}

View File

@ -15,7 +15,7 @@
#import "RTCMediaStreamTrack+Private.h"
#import "RTCPeerConnectionFactory+Private.h"
#include "webrtc/base/checks.h"
#include "webrtc/rtc_base/checks.h"
@implementation RTCAudioTrack

View File

@ -15,8 +15,8 @@
#import "RTCIceServer+Private.h"
#import "WebRTC/RTCLogging.h"
#include "webrtc/base/rtccertificategenerator.h"
#include "webrtc/base/sslidentity.h"
#include "webrtc/rtc_base/rtccertificategenerator.h"
#include "webrtc/rtc_base/sslidentity.h"
@implementation RTCConfiguration

View File

@ -13,7 +13,7 @@
#import "NSString+StdString.h"
#import "WebRTC/RTCLogging.h"
#include "webrtc/base/checks.h"
#include "webrtc/rtc_base/checks.h"
@implementation RTCLegacyStatsReport

View File

@ -10,7 +10,7 @@
#import "RTCMediaSource+Private.h"
#include "webrtc/base/checks.h"
#include "webrtc/rtc_base/checks.h"
@implementation RTCMediaSource {
RTCMediaSourceType _type;

View File

@ -14,7 +14,7 @@
#import "RTCMediaStreamTrack+Private.h"
#import "RTCLegacyStatsReport+Private.h"
#include "webrtc/base/checks.h"
#include "webrtc/rtc_base/checks.h"
namespace webrtc {

View File

@ -26,7 +26,7 @@
#include <memory>
#include "webrtc/api/jsepicecandidate.h"
#include "webrtc/base/checks.h"
#include "webrtc/rtc_base/checks.h"
NSString * const kRTCPeerConnectionErrorDomain =
@"org.webrtc.RTCPeerConnection";

View File

@ -13,8 +13,8 @@
#import "NSString+StdString.h"
#import "WebRTC/RTCMediaStreamTrack.h" // For "kind" strings.
#include "webrtc/base/checks.h"
#include "webrtc/media/base/mediaconstants.h"
#include "webrtc/rtc_base/checks.h"
const NSString * const kRTCRtxCodecName = @(cricket::kRtxCodecName);
const NSString * const kRTCRedCodecName = @(cricket::kRedCodecName);

View File

@ -10,8 +10,8 @@
#import "WebRTC/RTCSSLAdapter.h"
#include "webrtc/base/checks.h"
#include "webrtc/base/ssladapter.h"
#include "webrtc/rtc_base/checks.h"
#include "webrtc/rtc_base/ssladapter.h"
BOOL RTCInitializeSSL() {
BOOL initialized = rtc::InitializeSSL();

View File

@ -13,7 +13,7 @@
#import "NSString+StdString.h"
#import "WebRTC/RTCLogging.h"
#include "webrtc/base/checks.h"
#include "webrtc/rtc_base/checks.h"
@implementation RTCSessionDescription

View File

@ -10,7 +10,7 @@
#import "WebRTC/RTCTracing.h"
#include "webrtc/base/event_tracer.h"
#include "webrtc/rtc_base/event_tracer.h"
void RTCSetupInternalTracer() {
rtc::tracing::SetupInternalTracer();

View File

@ -11,7 +11,7 @@
#import "RTCVideoSource+Private.h"
#include "webrtc/api/videosourceproxy.h"
#include "webrtc/base/checks.h"
#include "webrtc/rtc_base/checks.h"
#include "webrtc/sdk/objc/Framework/Classes/Video/objcvideotracksource.h"
static webrtc::ObjcVideoTrackSource *getObjcVideoSource(