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

Unified Diff: webrtc/api/objc/RTCEAGLVideoView.h

Issue 1875003004: Fix WebRTC API framework build. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Update scripts Created 4 years, 8 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/objc/RTCEAGLVideoView.h
diff --git a/webrtc/api/objc/RTCEAGLVideoView.h b/webrtc/api/objc/RTCEAGLVideoView.h
index 1a57df76bbe93ede2764cb55cbf912da25c8016d..cd39881bdea806d74d356968a1c9bcc60f73fb0c 100644
--- a/webrtc/api/objc/RTCEAGLVideoView.h
+++ b/webrtc/api/objc/RTCEAGLVideoView.h
@@ -11,7 +11,7 @@
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
-#import "RTCVideoRenderer.h"
+#import "webrtc/api/objc/RTCVideoRenderer.h"
NS_ASSUME_NONNULL_BEGIN

Powered by Google App Engine
This is Rietveld 408576698