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

Unified Diff: media/capture/content/animated_content_sampler_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
Index: media/capture/content/animated_content_sampler_unittest.cc
diff --git a/media/capture/content/animated_content_sampler_unittest.cc b/media/capture/content/animated_content_sampler_unittest.cc
index 697559f22a52b7f2940a7e11c4987c16b4418ed4..4b8edec6dc9dca97998ca1dcae16d44a9af22a01 100644
--- a/media/capture/content/animated_content_sampler_unittest.cc
+++ b/media/capture/content/animated_content_sampler_unittest.cc
@@ -4,6 +4,9 @@
#include "media/capture/content/animated_content_sampler.h"
+#include <stddef.h>
+#include <stdint.h>
+
#include <cmath>
#include <utility>
#include <vector>
« no previous file with comments | « media/capture/content/animated_content_sampler.cc ('k') | media/capture/content/capture_resolution_chooser_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698