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

Unified Diff: media/capture/video/video_capture_device_unittest.cc

Issue 2529493002: mac: Remove more media/base/mac glue unneeded now that we target 10.9 (Closed)
Patch Set: . Created 4 years, 1 month 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
« no previous file with comments | « media/capture/video/mac/video_capture_device_mac.mm ('k') | media/cast/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/video/video_capture_device_unittest.cc
diff --git a/media/capture/video/video_capture_device_unittest.cc b/media/capture/video/video_capture_device_unittest.cc
index 6b593dc3755e64e663fb45537befc084c08c1e69..20e7a06a74fc48f1bf91f9ab916b12e93450d7a8 100644
--- a/media/capture/video/video_capture_device_unittest.cc
+++ b/media/capture/video/video_capture_device_unittest.cc
@@ -32,7 +32,6 @@
#endif
#if defined(OS_MACOSX)
-#include "media/base/mac/avfoundation_glue.h"
#include "media/capture/video/mac/video_capture_device_factory_mac.h"
#endif
@@ -239,9 +238,6 @@ class VideoCaptureDeviceTest : public testing::TestWithParam<gfx::Size> {
video_capture_device_factory_.get())
->ConfigureForTesting();
#endif
-#if defined(OS_MACOSX)
- AVFoundationGlue::InitializeAVFoundation();
-#endif
EXPECT_CALL(*video_capture_client_, DoReserveOutputBuffer()).Times(0);
EXPECT_CALL(*video_capture_client_, DoOnIncomingCapturedBuffer()).Times(0);
EXPECT_CALL(*video_capture_client_, DoOnIncomingCapturedVideoFrame())
« no previous file with comments | « media/capture/video/mac/video_capture_device_mac.mm ('k') | media/cast/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698