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

Unified Diff: webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.h

Issue 1903663002: Build dynamic iOS SDK. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix test gyp 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/sdk/objc/Framework/Classes/avfoundationvideocapturer.h
diff --git a/webrtc/api/objc/avfoundationvideocapturer.h b/webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.h
similarity index 100%
rename from webrtc/api/objc/avfoundationvideocapturer.h
rename to webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.h
index 73cecd9d6c25a8cd0b92234f3600d860ccf60ee3..5a70238b7be7bcc30f0778f9770de47d9009c102 100644
--- a/webrtc/api/objc/avfoundationvideocapturer.h
+++ b/webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.h
@@ -11,12 +11,12 @@
#ifndef WEBRTC_API_OBJC_AVFOUNDATION_VIDEO_CAPTURER_H_
#define WEBRTC_API_OBJC_AVFOUNDATION_VIDEO_CAPTURER_H_
+#import <AVFoundation/AVFoundation.h>
+
#include "webrtc/base/scoped_ptr.h"
#include "webrtc/media/base/videocapturer.h"
#include "webrtc/video_frame.h"
-#import <AVFoundation/AVFoundation.h>
-
@class RTCAVFoundationVideoCapturerInternal;
namespace rtc {

Powered by Google App Engine
This is Rietveld 408576698