| Index: webrtc/examples/objc/AppRTCMobile/ARDTURNClient+Internal.h
|
| diff --git a/webrtc/examples/objc/AppRTCMobile/ARDCEODTURNClient.h b/webrtc/examples/objc/AppRTCMobile/ARDTURNClient+Internal.h
|
| similarity index 80%
|
| rename from webrtc/examples/objc/AppRTCMobile/ARDCEODTURNClient.h
|
| rename to webrtc/examples/objc/AppRTCMobile/ARDTURNClient+Internal.h
|
| index 9b136aa39ce27d8c10232c6053f51a873e04a94f..3a579f8f7fdc01a950b05e77334c4af132069aaa 100644
|
| --- a/webrtc/examples/objc/AppRTCMobile/ARDCEODTURNClient.h
|
| +++ b/webrtc/examples/objc/AppRTCMobile/ARDTURNClient+Internal.h
|
| @@ -10,8 +10,7 @@
|
|
|
| #import "ARDTURNClient.h"
|
|
|
| -// Requests TURN server urls from compute engine on demand.
|
| -@interface ARDCEODTURNClient : NSObject <ARDTURNClient>
|
| +@interface ARDTURNClient : NSObject <ARDTURNClient>
|
|
|
| - (instancetype)initWithURL:(NSURL *)url;
|
|
|
|
|