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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 #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.
2 #error "This file requires ARC support."
3 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698