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

Unified Diff: media/blink/test_random.h

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/blink/run_all_unittests.cc ('k') | media/blink/test_response_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/test_random.h
diff --git a/media/blink/test_random.h b/media/blink/test_random.h
index de3df9fde5d50e18073d44a2fdab67104c5671c0..8cc4211cf9cb9943d12f5d40009df317c73119bd 100644
--- a/media/blink/test_random.h
+++ b/media/blink/test_random.h
@@ -5,6 +5,8 @@
#ifndef MEDIA_BLINK_TEST_RANDOM_H_
#define MEDIA_BLINK_TEST_RANDOM_H_
+#include <stdint.h>
+
// Vastly simplified ACM random class meant to only be used for testing.
// This class is meant to generate predictable sequences of pseudorandom
// numbers, unlike the classes in base/rand_util.h which are meant to generate
« no previous file with comments | « media/blink/run_all_unittests.cc ('k') | media/blink/test_response_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698