Index: webrtc/api/test/androidtestinitializer.h |
diff --git a/webrtc/api/objc/RTCPeerConnectionFactory.h b/webrtc/api/test/androidtestinitializer.h |
similarity index 64% |
copy from webrtc/api/objc/RTCPeerConnectionFactory.h |
copy to webrtc/api/test/androidtestinitializer.h |
index c427c1bb9106becaafc2a2c096fb0421b171f504..b56783ee3ed8f1c51c303cb90796f7f3d3b7abbf 100644 |
--- a/webrtc/api/objc/RTCPeerConnectionFactory.h |
+++ b/webrtc/api/test/androidtestinitializer.h |
@@ -8,11 +8,13 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#import <Foundation/Foundation.h> |
+#ifndef WEBRTC_API_TEST_ANDROIDTESTINITIALIZER_H_ |
+#define WEBRTC_API_TEST_ANDROIDTESTINITIALIZER_H_ |
-NS_ASSUME_NONNULL_BEGIN |
+namespace webrtc { |
-@interface RTCPeerConnectionFactory : NSObject |
-@end |
+void InitializeAndroidObjects(); |
-NS_ASSUME_NONNULL_END |
+} // namespace webrtc |
+ |
+#endif // WEBRTC_API_TEST_ANDROIDTESTINITIALIZER_H_ |