Index: tests/DocumentTest.cpp |
diff --git a/tests/DocumentTest.cpp b/tests/DocumentTest.cpp |
index 97aefcb4e1b507c987833dcd3c6c70481faeba0c..8bfb502700f0126ebd2b5f544f657caf5251051c 100644 |
--- a/tests/DocumentTest.cpp |
+++ b/tests/DocumentTest.cpp |
@@ -29,7 +29,7 @@ static void test_abort(skiatest::Reporter* reporter) { |
} |
static void test_abortWithFile(skiatest::Reporter* reporter) { |
- SkString tmpDir = skiatest::Test::GetTmpDir(); |
+ SkString tmpDir = skiatest::GetTmpDir(); |
if (tmpDir.isEmpty()) { |
return; // TODO(edisonn): unfortunatelly this pattern is used in other |
@@ -58,7 +58,7 @@ static void test_abortWithFile(skiatest::Reporter* reporter) { |
} |
static void test_file(skiatest::Reporter* reporter) { |
- SkString tmpDir = skiatest::Test::GetTmpDir(); |
+ SkString tmpDir = skiatest::GetTmpDir(); |
if (tmpDir.isEmpty()) { |
return; // TODO(edisonn): unfortunatelly this pattern is used in other |
// tests, but if GetTmpDir() starts returning and empty dir |