| Index: media/base/mac/video_frame_mac_unittests.cc
|
| diff --git a/media/base/mac/video_frame_mac_unittests.cc b/media/base/mac/video_frame_mac_unittests.cc
|
| index 34cd0415bf0382e35828a43f5c71a4d2e33d59c8..022978498b68b185cf25e3bf4ae723658d750a4a 100644
|
| --- a/media/base/mac/video_frame_mac_unittests.cc
|
| +++ b/media/base/mac/video_frame_mac_unittests.cc
|
| @@ -10,7 +10,6 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/callback_helpers.h"
|
| -#include "media/base/mac/corevideo_glue.h"
|
| #include "media/base/video_frame.h"
|
|
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -112,8 +111,7 @@ TEST(VideoFrameMac, CheckLifetime) {
|
| TEST(VideoFrameMac, CheckWrapperFrame) {
|
| const FormatPair format_pairs[] = {
|
| {PIXEL_FORMAT_I420, kCVPixelFormatType_420YpCbCr8Planar},
|
| - {PIXEL_FORMAT_NV12,
|
| - CoreVideoGlue::kCVPixelFormatType_420YpCbCr8BiPlanarVideoRange},
|
| + {PIXEL_FORMAT_NV12, kCVPixelFormatType_420YpCbCr8BiPlanarVideoRange},
|
| };
|
|
|
| const gfx::Size size(kWidth, kHeight);
|
|
|