summaryrefslogtreecommitdiff
path: root/chromium/media/base/mac
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/media/base/mac')
-rw-r--r--chromium/media/base/mac/video_frame_mac.cc1
-rw-r--r--chromium/media/base/mac/videotoolbox_helpers.cc2
2 files changed, 3 insertions, 0 deletions
diff --git a/chromium/media/base/mac/video_frame_mac.cc b/chromium/media/base/mac/video_frame_mac.cc
index e299bf2fadb..7d3eb1a48ed 100644
--- a/chromium/media/base/mac/video_frame_mac.cc
+++ b/chromium/media/base/mac/video_frame_mac.cc
@@ -9,6 +9,7 @@
#include <algorithm>
+#include "base/logging.h"
#include "media/base/video_frame.h"
namespace media {
diff --git a/chromium/media/base/mac/videotoolbox_helpers.cc b/chromium/media/base/mac/videotoolbox_helpers.cc
index 1cd9c596e18..014cd2a05dd 100644
--- a/chromium/media/base/mac/videotoolbox_helpers.cc
+++ b/chromium/media/base/mac/videotoolbox_helpers.cc
@@ -8,6 +8,8 @@
#include <vector>
#include "base/big_endian.h"
+#include "base/logging.h"
+#include "base/notreached.h"
namespace media {