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. |