diff --git a/talk/app/webrtc/objc/RTCAudioTrack.mm b/talk/app/webrtc/objc/RTCAudioTrack.mm index 8a56986536..3ed802e307 100644 --- a/talk/app/webrtc/objc/RTCAudioTrack.mm +++ b/talk/app/webrtc/objc/RTCAudioTrack.mm @@ -29,9 +29,9 @@ #error "This file requires ARC support." #endif -#import "RTCAudioTrack+internal.h" +#import "RTCAudioTrack+Internal.h" -#import "RTCMediaStreamTrack+internal.h" +#import "RTCMediaStreamTrack+Internal.h" @implementation RTCAudioTrack @end diff --git a/talk/app/webrtc/objc/RTCICECandidate.mm b/talk/app/webrtc/objc/RTCICECandidate.mm index 07a29ee456..dd2cc84fac 100644 --- a/talk/app/webrtc/objc/RTCICECandidate.mm +++ b/talk/app/webrtc/objc/RTCICECandidate.mm @@ -29,7 +29,7 @@ #error "This file requires ARC support." #endif -#import "RTCICECandidate+internal.h" +#import "RTCICECandidate+Internal.h" @implementation RTCICECandidate diff --git a/talk/app/webrtc/objc/RTCICEServer.mm b/talk/app/webrtc/objc/RTCICEServer.mm index f01ed32358..05cf5df8b6 100644 --- a/talk/app/webrtc/objc/RTCICEServer.mm +++ b/talk/app/webrtc/objc/RTCICEServer.mm @@ -29,7 +29,7 @@ #error "This file requires ARC support." #endif -#import "RTCICEServer+internal.h" +#import "RTCICEServer+Internal.h" @implementation RTCICEServer diff --git a/talk/app/webrtc/objc/RTCMediaConstraints.mm b/talk/app/webrtc/objc/RTCMediaConstraints.mm index fcb3b52dcf..d4fa662594 100644 --- a/talk/app/webrtc/objc/RTCMediaConstraints.mm +++ b/talk/app/webrtc/objc/RTCMediaConstraints.mm @@ -29,7 +29,7 @@ #error "This file requires ARC support." #endif -#import "RTCMediaConstraints+internal.h" +#import "RTCMediaConstraints+Internal.h" #import "RTCPair.h" diff --git a/talk/app/webrtc/objc/RTCMediaSource.mm b/talk/app/webrtc/objc/RTCMediaSource.mm index 9331fd7290..28af3ad2e3 100644 --- a/talk/app/webrtc/objc/RTCMediaSource.mm +++ b/talk/app/webrtc/objc/RTCMediaSource.mm @@ -29,7 +29,7 @@ #error "This file requires ARC support." #endif -#import "RTCMediaSource+internal.h" +#import "RTCMediaSource+Internal.h" #import "RTCEnumConverter.h" diff --git a/talk/app/webrtc/objc/RTCMediaStream.mm b/talk/app/webrtc/objc/RTCMediaStream.mm index 3c59860d39..707911b398 100644 --- a/talk/app/webrtc/objc/RTCMediaStream.mm +++ b/talk/app/webrtc/objc/RTCMediaStream.mm @@ -29,11 +29,11 @@ #error "This file requires ARC support." #endif -#import "RTCMediaStream+internal.h" +#import "RTCMediaStream+Internal.h" -#import "RTCAudioTrack+internal.h" -#import "RTCMediaStreamTrack+internal.h" -#import "RTCVideoTrack+internal.h" +#import "RTCAudioTrack+Internal.h" +#import "RTCMediaStreamTrack+Internal.h" +#import "RTCVideoTrack+Internal.h" #include "talk/app/webrtc/mediastreaminterface.h" diff --git a/talk/app/webrtc/objc/RTCMediaStreamTrack.mm b/talk/app/webrtc/objc/RTCMediaStreamTrack.mm index 6c8f715429..ca44c0384a 100644 --- a/talk/app/webrtc/objc/RTCMediaStreamTrack.mm +++ b/talk/app/webrtc/objc/RTCMediaStreamTrack.mm @@ -29,7 +29,7 @@ #error "This file requires ARC support." #endif -#import "RTCMediaStreamTrack+internal.h" +#import "RTCMediaStreamTrack+Internal.h" #import "RTCEnumConverter.h" @implementation RTCMediaStreamTrack { diff --git a/talk/app/webrtc/objc/RTCPeerConnection.mm b/talk/app/webrtc/objc/RTCPeerConnection.mm index ae9d1583dc..d2599c386d 100644 --- a/talk/app/webrtc/objc/RTCPeerConnection.mm +++ b/talk/app/webrtc/objc/RTCPeerConnection.mm @@ -29,14 +29,14 @@ #error "This file requires ARC support." #endif -#import "RTCPeerConnection+internal.h" +#import "RTCPeerConnection+Internal.h" #import "RTCEnumConverter.h" -#import "RTCICECandidate+internal.h" -#import "RTCICEServer+internal.h" -#import "RTCMediaConstraints+internal.h" -#import "RTCMediaStream+internal.h" -#import "RTCSessionDescription+internal.h" +#import "RTCICECandidate+Internal.h" +#import "RTCICEServer+Internal.h" +#import "RTCMediaConstraints+Internal.h" +#import "RTCMediaStream+Internal.h" +#import "RTCSessionDescription+Internal.h" #import "RTCSessionDescriptonDelegate.h" #import "RTCSessionDescription.h" diff --git a/talk/app/webrtc/objc/RTCPeerConnectionFactory.mm b/talk/app/webrtc/objc/RTCPeerConnectionFactory.mm index 3b0e1c4519..ca2eb72bbe 100644 --- a/talk/app/webrtc/objc/RTCPeerConnectionFactory.mm +++ b/talk/app/webrtc/objc/RTCPeerConnectionFactory.mm @@ -33,18 +33,18 @@ #include -#import "RTCAudioTrack+internal.h" -#import "RTCICEServer+internal.h" -#import "RTCMediaConstraints+internal.h" -#import "RTCMediaSource+internal.h" -#import "RTCMediaStream+internal.h" -#import "RTCMediaStreamTrack+internal.h" -#import "RTCPeerConnection+internal.h" +#import "RTCAudioTrack+Internal.h" +#import "RTCICEServer+Internal.h" +#import "RTCMediaConstraints+Internal.h" +#import "RTCMediaSource+Internal.h" +#import "RTCMediaStream+Internal.h" +#import "RTCMediaStreamTrack+Internal.h" +#import "RTCPeerConnection+Internal.h" #import "RTCPeerConnectionDelegate.h" #import "RTCPeerConnectionObserver.h" -#import "RTCVideoCapturer+internal.h" -#import "RTCVideoSource+internal.h" -#import "RTCVideoTrack+internal.h" +#import "RTCVideoCapturer+Internal.h" +#import "RTCVideoSource+Internal.h" +#import "RTCVideoTrack+Internal.h" #include "talk/app/webrtc/audiotrack.h" #include "talk/app/webrtc/mediastreaminterface.h" diff --git a/talk/app/webrtc/objc/RTCPeerConnectionObserver.mm b/talk/app/webrtc/objc/RTCPeerConnectionObserver.mm index e102bb974f..6e155e9751 100644 --- a/talk/app/webrtc/objc/RTCPeerConnectionObserver.mm +++ b/talk/app/webrtc/objc/RTCPeerConnectionObserver.mm @@ -31,8 +31,8 @@ #import "RTCPeerConnectionObserver.h" -#import "RTCICECandidate+internal.h" -#import "RTCMediaStream+internal.h" +#import "RTCICECandidate+Internal.h" +#import "RTCMediaStream+Internal.h" #import "RTCEnumConverter.h" namespace webrtc { diff --git a/talk/app/webrtc/objc/RTCSessionDescription.mm b/talk/app/webrtc/objc/RTCSessionDescription.mm index dd2bbdc141..165c2bc1b3 100644 --- a/talk/app/webrtc/objc/RTCSessionDescription.mm +++ b/talk/app/webrtc/objc/RTCSessionDescription.mm @@ -29,7 +29,7 @@ #error "This file requires ARC support." #endif -#import "RTCSessionDescription+internal.h" +#import "RTCSessionDescription+Internal.h" @implementation RTCSessionDescription diff --git a/talk/app/webrtc/objc/RTCVideoCapturer.mm b/talk/app/webrtc/objc/RTCVideoCapturer.mm index 8529487d64..eb8c2156d6 100644 --- a/talk/app/webrtc/objc/RTCVideoCapturer.mm +++ b/talk/app/webrtc/objc/RTCVideoCapturer.mm @@ -29,7 +29,7 @@ #error "This file requires ARC support." #endif -#import "RTCVideoCapturer+internal.h" +#import "RTCVideoCapturer+Internal.h" #include "talk/media/base/videocapturer.h" #include "talk/media/devices/devicemanager.h" diff --git a/talk/app/webrtc/objc/RTCVideoRenderer.mm b/talk/app/webrtc/objc/RTCVideoRenderer.mm index 6eb17d26d9..64d147f59c 100644 --- a/talk/app/webrtc/objc/RTCVideoRenderer.mm +++ b/talk/app/webrtc/objc/RTCVideoRenderer.mm @@ -29,7 +29,7 @@ #error "This file requires ARC support." #endif -#import "RTCVideoRenderer+internal.h" +#import "RTCVideoRenderer+Internal.h" #if TARGET_OS_IPHONE #import diff --git a/talk/app/webrtc/objc/RTCVideoSource.mm b/talk/app/webrtc/objc/RTCVideoSource.mm index c28fa9bcfc..fb6bf2a905 100644 --- a/talk/app/webrtc/objc/RTCVideoSource.mm +++ b/talk/app/webrtc/objc/RTCVideoSource.mm @@ -29,8 +29,8 @@ #error "This file requires ARC support." #endif -#import "RTCVideoSource+internal.h" -#import "RTCMediaSource+internal.h" +#import "RTCVideoSource+Internal.h" +#import "RTCMediaSource+Internal.h" @implementation RTCVideoSource @end diff --git a/talk/app/webrtc/objc/RTCVideoTrack.mm b/talk/app/webrtc/objc/RTCVideoTrack.mm index 88f7226a11..92de82ba28 100644 --- a/talk/app/webrtc/objc/RTCVideoTrack.mm +++ b/talk/app/webrtc/objc/RTCVideoTrack.mm @@ -29,10 +29,10 @@ #error "This file requires ARC support." #endif -#import "RTCVideoTrack+internal.h" +#import "RTCVideoTrack+Internal.h" -#import "RTCMediaStreamTrack+internal.h" -#import "RTCVideoRenderer+internal.h" +#import "RTCMediaStreamTrack+Internal.h" +#import "RTCVideoRenderer+Internal.h" @implementation RTCVideoTrack { NSMutableArray *_rendererArray;