Index: tests/Test.h |
diff --git a/tests/Test.h b/tests/Test.h |
index dfa12a6dfcd57f4f34169fbe1959f4ac5cd4d01b..8cb23c1b48b2728a83cb582621f54845f6705700 100644 |
--- a/tests/Test.h |
+++ b/tests/Test.h |
@@ -75,9 +75,9 @@ namespace skiatest { |
bool passed() const { return fPassed; } |
SkMSec elapsedMs() const { return fElapsed; } |
- static const SkString& GetTmpDir(); |
+ static SkString GetTmpDir(); |
- static const SkString& GetResourcePath(); |
+ static SkString GetResourcePath(); |
virtual bool isThreadsafe() const { return true; } |