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

Unified Diff: media/base/channel_mixing_matrix_unittest.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.cc ('k') | media/base/container_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/channel_mixing_matrix_unittest.cc
diff --git a/media/base/channel_mixing_matrix_unittest.cc b/media/base/channel_mixing_matrix_unittest.cc
index dcba54f93284a8c377bf68140ed483409dda28dc..16dc53b3102217f529da616a423c453c43c668d5 100644
--- a/media/base/channel_mixing_matrix_unittest.cc
+++ b/media/base/channel_mixing_matrix_unittest.cc
@@ -7,8 +7,11 @@
#include "media/base/channel_mixing_matrix.h"
+#include <stddef.h>
+
#include <cmath>
+#include "base/macros.h"
#include "base/strings/stringprintf.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « media/base/channel_mixing_matrix.cc ('k') | media/base/container_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698