| Index: mojo/common/test/test_support_impl.h
|
| diff --git a/mojo/common/test/test_support_impl.h b/mojo/common/test/test_support_impl.h
|
| index ca3f58a66dd9cd1c28938d9448a6b8a0199fe327..c752b579ba9bf7723e4e34883ee8a5c154df739b 100644
|
| --- a/mojo/common/test/test_support_impl.h
|
| +++ b/mojo/common/test/test_support_impl.h
|
| @@ -19,6 +19,9 @@ class TestSupportImpl : public TestSupport {
|
| virtual void LogPerfResult(const char* test_name,
|
| double value,
|
| const char* units) OVERRIDE;
|
| + virtual FILE* OpenSourceRootRelativeFile(const char* relative_path) OVERRIDE;
|
| + virtual char** EnumerateSourceRootRelativeDirectory(const char* relative_path)
|
| + OVERRIDE;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(TestSupportImpl);
|
|
|