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

Unified Diff: media/base/container_names.cc

Issue 1542013004: Switch to standard integer types in media/, take 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more stddef Created 5 years 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/base/channel_mixing_matrix_unittest.cc ('k') | media/base/container_names_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/container_names.cc
diff --git a/media/base/container_names.cc b/media/base/container_names.cc
index 1573e86270bcb2d316f0ce0b6e6ff9a917bfe19a..8bcb3c04336eac2e6a413d8a16acd3e9bc0f1da9 100644
--- a/media/base/container_names.cc
+++ b/media/base/container_names.cc
@@ -4,10 +4,13 @@
#include "media/base/container_names.h"
+#include <stddef.h>
+
#include <cctype>
#include <limits>
#include "base/logging.h"
+#include "base/macros.h"
#include "media/base/bit_reader.h"
namespace media {
« no previous file with comments | « media/base/channel_mixing_matrix_unittest.cc ('k') | media/base/container_names_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698