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

Unified Diff: webrtc/api/remoteaudiotrack.cc

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/remoteaudiotrack.cc
diff --git a/webrtc/api/objc/WebRTC-Prefix.pch b/webrtc/api/remoteaudiotrack.cc
similarity index 79%
copy from webrtc/api/objc/WebRTC-Prefix.pch
copy to webrtc/api/remoteaudiotrack.cc
index 990b1602da936a98a04b315411b2487aaaf904e5..47de1b4dc8cd39ea52351e1502905487a0f3f3dd 100644
--- a/webrtc/api/objc/WebRTC-Prefix.pch
+++ b/webrtc/api/remoteaudiotrack.cc
@@ -8,6 +8,4 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#if !defined(__has_feature) || !__has_feature(objc_arc)
-#error "This file requires ARC support."
-#endif
+// TODO(tommi): Delete this file when removed from build files in Chromium.

Powered by Google App Engine
This is Rietveld 408576698