Index: tests/StreamTest.cpp |
diff --git a/tests/StreamTest.cpp b/tests/StreamTest.cpp |
index 7cf3126d6195e640e93aaf8a20bc3a6422e37984..ce391a398a6edacc23b3fa4ce3c7e6edad56c7a1 100644 |
--- a/tests/StreamTest.cpp |
+++ b/tests/StreamTest.cpp |
@@ -37,7 +37,7 @@ static void test_loop_stream(skiatest::Reporter* reporter, SkStream* stream, |
} |
static void test_filestreams(skiatest::Reporter* reporter, const char* tmpDir) { |
- SkString path = SkOSPath::SkPathJoin(tmpDir, "wstream_test"); |
+ SkString path = SkOSPath::Join(tmpDir, "wstream_test"); |
const char s[] = "abcdefghijklmnopqrstuvwxyz"; |