| 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
|
|
|