Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.h

Issue 1235563006: Move talk/examples/* to webrtc/examples. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 201508051337 Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.h
diff --git a/webrtc/base/asyncresolverinterface.cc b/webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.h
similarity index 67%
copy from webrtc/base/asyncresolverinterface.cc
copy to webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.h
index 7ee02f153ee6b93f8f3cffbd8d4a24653869ad8c..9616da52af45d83587c1f58d13de27309c3843aa 100644
--- a/webrtc/base/asyncresolverinterface.cc
+++ b/webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.h
@@ -8,13 +8,10 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/base/asyncresolverinterface.h"
+#import <UIKit/UIKit.h>
-namespace rtc {
+@interface ARDVideoCallViewController : UIViewController
-AsyncResolverInterface::AsyncResolverInterface() {
-}
+- (instancetype)initForRoom:(NSString *)room;
-AsyncResolverInterface::~AsyncResolverInterface() = default;
-
-}; // namespace rtc
+@end

Powered by Google App Engine
This is Rietveld 408576698