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

Unified Diff: webrtc/api/test/androidtestinitializer.h

Issue 1610243002: Move talk/app/webrtc to webrtc/api (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Updated location for peerconnection_unittests.isolate Created 4 years, 11 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/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_

Powered by Google App Engine
This is Rietveld 408576698