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

Unified Diff: media/base/test_random.h

Issue 1762753002: Move test_random.h into media/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missing #include Created 4 years, 10 months 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/BUILD.gn ('k') | media/blink/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/test_random.h
diff --git a/media/blink/test_random.h b/media/base/test_random.h
similarity index 97%
rename from media/blink/test_random.h
rename to media/base/test_random.h
index 8cc4211cf9cb9943d12f5d40009df317c73119bd..ba081cb57a025013f15c5090dcf1459dd2f69354 100644
--- a/media/blink/test_random.h
+++ b/media/base/test_random.h
@@ -7,6 +7,8 @@
#include <stdint.h>
+#include "base/logging.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/base/BUILD.gn ('k') | media/blink/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698