Index: tests/DataRefTest.cpp |
diff --git a/tests/DataRefTest.cpp b/tests/DataRefTest.cpp |
index adb05f9af5138c37c34558ac5d97bbf8606bc637..6a58c1650715513ca7b96012ebb4f608ccad7b7a 100644 |
--- a/tests/DataRefTest.cpp |
+++ b/tests/DataRefTest.cpp |
@@ -179,7 +179,7 @@ static void test_files(skiatest::Reporter* reporter) { |
return; |
} |
- SkString path = SkOSPath::SkPathJoin(tmpDir.c_str(), "data_test"); |
+ SkString path = SkOSPath::Join(tmpDir.c_str(), "data_test"); |
const char s[] = "abcdefghijklmnopqrstuvwxyz"; |
{ |