Chromium Code Reviews| Index: webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallView.m | 
| diff --git a/webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallView.m b/webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallView.m | 
| index 869d29cb6c4b02d4191a367160da11bf96bdde79..2241930d4736e53523f73e28addcecadd43a8030 100644 | 
| --- a/webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallView.m | 
| +++ b/webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallView.m | 
| @@ -31,7 +31,6 @@ static CGFloat const kStatusBarHeight = 20; | 
| UIButton *_cameraSwitchButton; | 
| UIButton *_hangupButton; | 
| CGSize _remoteVideoSize; | 
| - BOOL _useRearCamera; | 
| } | 
| @synthesize statusLabel = _statusLabel; |