Index: tests/LListTest.cpp |
diff --git a/tests/LListTest.cpp b/tests/LListTest.cpp |
index 88fe11dd39a81c40a6a9522632496a2499239166..6b373e33aca9e1b456bda8d29da1a970403db8a6 100644 |
--- a/tests/LListTest.cpp |
+++ b/tests/LListTest.cpp |
@@ -124,7 +124,7 @@ static void TestTInternalLList(skiatest::Reporter* reporter) { |
static void TestTLList(skiatest::Reporter* reporter) { |
typedef SkTLList<ListElement> ElList; |
typedef ElList::Iter Iter; |
- SkMWCRandom random; |
+ SkRandom random; |
for (int i = 1; i <= 16; i *= 2) { |