commit | 5209d671f2597e88004ad7acd097294d9460ce7f | [log] [tgz] |
---|---|---|
author | tkchin <tkchin@webrtc.org> | Sat Apr 16 12:06:33 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Sat Apr 16 19:06:40 2016 +0000 |
tree | bb9e714a3bcfafb9808b2cef9cb352e0080056ec | |
parent | e42c0ae040f0aa34c1a5526b89711a29741cc3b8 [diff] [blame] |
Fix WebRTC API framework build. BUG=webrtc:5737 Review URL: https://codereview.webrtc.org/1875003004 Cr-Commit-Position: refs/heads/master@{#12391}
diff --git a/webrtc/api/objc/RTCAVFoundationVideoSource.h b/webrtc/api/objc/RTCAVFoundationVideoSource.h index 6d224d3..8c0232a 100644 --- a/webrtc/api/objc/RTCAVFoundationVideoSource.h +++ b/webrtc/api/objc/RTCAVFoundationVideoSource.h
@@ -8,7 +8,7 @@ * be found in the AUTHORS file in the root of the source tree. */ -#import "RTCVideoSource.h" +#import "webrtc/api/objc/RTCVideoSource.h" @class AVCaptureSession; @class RTCMediaConstraints;