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

Unified Diff: webrtc/api/objc/Prefix.pch

Issue 1499653003: Add implementation and tests for RTCIceServer (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Minor updates Created 5 years 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/objc/Prefix.pch
diff --git a/webrtc/api/objc/Prefix.pch b/webrtc/api/objc/Prefix.pch
new file mode 100644
index 0000000000000000000000000000000000000000..72a83d00c6a69a428f50b6f3b4954325053083bd
--- /dev/null
+++ b/webrtc/api/objc/Prefix.pch
@@ -0,0 +1,3 @@
+#if !defined(__has_feature) || !__has_feature(objc_arc)
tkchin_webrtc 2015/12/04 20:17:09 Copyright header.
hjon 2015/12/07 20:03:52 Done.
+#error "This file requires ARC support."
+#endif

Powered by Google App Engine
This is Rietveld 408576698