summaryrefslogtreecommitdiffstats
path: root/media/base/data_buffer.h
diff options
context:
space:
mode:
authoravi <avi@chromium.org>2015-12-18 20:27:08 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-19 04:28:27 +0000
commita82b9b57547c3b9fe783827e626ddec109298e79 (patch)
treec159b145557983afe6665e41a3316f6f821810e3 /media/base/data_buffer.h
parent666a6fea2ed3a290dad535bd094bbc363350024e (diff)
downloadchromium_src-a82b9b57547c3b9fe783827e626ddec109298e79.zip
chromium_src-a82b9b57547c3b9fe783827e626ddec109298e79.tar.gz
chromium_src-a82b9b57547c3b9fe783827e626ddec109298e79.tar.bz2
Add missing macros includes in media/.
BUG=138542 TBR=dalecurtis@chromium.org Review URL: https://codereview.chromium.org/1535193003 Cr-Commit-Position: refs/heads/master@{#366263}
Diffstat (limited to 'media/base/data_buffer.h')
-rw-r--r--media/base/data_buffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/base/data_buffer.h b/media/base/data_buffer.h
index bb81921..6ae50f1 100644
--- a/media/base/data_buffer.h
+++ b/media/base/data_buffer.h
@@ -6,6 +6,7 @@
#define MEDIA_BASE_DATA_BUFFER_H_
#include "base/logging.h"
+#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "base/time/time.h"