Chromium Code Reviews| Index: tests/StreamTest.cpp |
| diff --git a/tests/StreamTest.cpp b/tests/StreamTest.cpp |
| index ce391a398a6edacc23b3fa4ce3c7e6edad56c7a1..ab0af14088971deebec3ef0296a6112a16a38bbc 100644 |
| --- a/tests/StreamTest.cpp |
| +++ b/tests/StreamTest.cpp |
| @@ -130,7 +130,7 @@ static void TestWStream(skiatest::Reporter* reporter) { |
| } |
| delete[] dst; |
| - SkString tmpDir = skiatest::Test::GetTmpDir(); |
| + SkString tmpDir = skiatest::GetTmpDir(); |
| if (!tmpDir.isEmpty()) { |
| test_filestreams(reporter, tmpDir.c_str()); |
| } |