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

Unified Diff: media/video/capture/mac/video_capture_device_avfoundation_mac.h

Issue 518313003: Move Mac media glue code from media/video/capture/mac to media/base/mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove iOS-related changes to media build files. Created 6 years, 3 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: media/video/capture/mac/video_capture_device_avfoundation_mac.h
diff --git a/media/video/capture/mac/video_capture_device_avfoundation_mac.h b/media/video/capture/mac/video_capture_device_avfoundation_mac.h
index d2262aeead1758303744a109ec9545a793c928ab..6f661e44076a57581f8ccb27cd64e1658d9c7c24 100644
--- a/media/video/capture/mac/video_capture_device_avfoundation_mac.h
+++ b/media/video/capture/mac/video_capture_device_avfoundation_mac.h
@@ -10,9 +10,9 @@
#import "base/mac/scoped_nsobject.h"
#include "base/synchronization/lock.h"
#include "base/threading/thread_checker.h"
+#import "media/base/mac/avfoundation_glue.h"
tommi (sloooow) - chröme 2014/09/04 17:41:53 Should this be below where the other #import is?
jfroy 2014/09/04 18:05:24 The file seems a bit inconsistent. It has the #imp
jfroy 2014/09/04 18:31:08 Looks like header ordering generally ignores the i
Robert Sesek 2014/09/04 18:52:41 Correct. #import and #include should be ignored, a
#include "media/video/capture/video_capture_device.h"
#include "media/video/capture/video_capture_types.h"
-#import "media/video/capture/mac/avfoundation_glue.h"
#import "media/video/capture/mac/platform_video_capturing_mac.h"
namespace media {
« no previous file with comments | « media/video/capture/mac/coremedia_glue.mm ('k') | media/video/capture/mac/video_capture_device_factory_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698