summaryrefslogtreecommitdiffstats
path: root/media/cast/cast_sender_impl.cc
diff options
context:
space:
mode:
authoravi <avi@chromium.org>2015-12-22 22:22:36 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-23 06:24:23 +0000
commit1323b9c2b864dd0eabebd64bbc1fb4634c4ed30c (patch)
treeb0ebf20a45fa7d93b1ef0ee9c2708a1c827096fa /media/cast/cast_sender_impl.cc
parent5e82369982062eb995fda3ee241a529c0fc50dd0 (diff)
downloadchromium_src-1323b9c2b864dd0eabebd64bbc1fb4634c4ed30c.zip
chromium_src-1323b9c2b864dd0eabebd64bbc1fb4634c4ed30c.tar.gz
chromium_src-1323b9c2b864dd0eabebd64bbc1fb4634c4ed30c.tar.bz2
Switch to standard integer types in media/, take 2.
This uses an automated script, so it'll catch things the first pass, done by hand, missed. BUG=138542 TBR=dalecurtis@chromium.org NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1542013004 Cr-Commit-Position: refs/heads/master@{#366712}
Diffstat (limited to 'media/cast/cast_sender_impl.cc')
-rw-r--r--media/cast/cast_sender_impl.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/cast/cast_sender_impl.cc b/media/cast/cast_sender_impl.cc
index 9c6266c..b81fecf 100644
--- a/media/cast/cast_sender_impl.cc
+++ b/media/cast/cast_sender_impl.cc
@@ -7,6 +7,7 @@
#include "base/bind.h"
#include "base/callback.h"
#include "base/logging.h"
+#include "base/macros.h"
#include "base/message_loop/message_loop.h"
#include "media/base/video_frame.h"
#include "media/cast/sender/video_frame_factory.h"