Index: webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m |
diff --git a/webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m b/webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m |
index 80b0691247cb5aee3e6b3f89e830e8c5b2cc5025..c28e83a2921a1aa8210cef3f330d3543435c7177 100644 |
--- a/webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m |
+++ b/webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m |
@@ -12,8 +12,8 @@ |
#import <AVFoundation/AVFoundation.h> |
#import "ARDAppClient.h" |
-#import "RTCNSGLVideoView.h" |
-#import "RTCVideoTrack.h" |
+#import "webrtc/api/objc/RTCNSGLVideoView.h" |
tkchin_webrtc
2016/03/08 19:51:22
ditto move import
hjon_webrtc
2016/03/10 03:32:43
Done.
|
+#import "webrtc/api/objc/RTCVideoTrack.h" |
static NSUInteger const kContentWidth = 1280; |
static NSUInteger const kContentHeight = 720; |
@@ -250,7 +250,7 @@ static NSUInteger const kLogViewHeight = 280; |
} |
- (void)appClient:(ARDAppClient *)client |
- didChangeConnectionState:(RTCICEConnectionState)state { |
+ didChangeConnectionState:(RTCIceConnectionState)state { |
} |
- (void)appClient:(ARDAppClient *)client |