| Index: ppapi/tests/test_file_ref.h
|
| diff --git a/ppapi/tests/test_file_ref.h b/ppapi/tests/test_file_ref.h
|
| index 97feaf174c68bbc00aa739d66916710b2e712316..ff9121562465f33e328edffeac0f0b322d977a19 100644
|
| --- a/ppapi/tests/test_file_ref.h
|
| +++ b/ppapi/tests/test_file_ref.h
|
| @@ -26,6 +26,8 @@ class TestFileRef : public TestCase {
|
| // Returns "" on success, a different string otherwise.
|
| std::string MakeExternalFileRef(pp::FileRef* file_ref_ext);
|
|
|
| + int32_t DeleteDirectoryRecursively(pp::FileRef* dir);
|
| +
|
| std::string TestCreate();
|
| std::string TestGetFileSystemType();
|
| std::string TestGetName();
|
| @@ -37,6 +39,7 @@ class TestFileRef : public TestCase {
|
| std::string TestRenameFileAndDirectory();
|
| std::string TestQuery();
|
| std::string TestFileNameEscaping();
|
| + std::string TestReadDirectoryEntries();
|
| };
|
|
|
| #endif // PAPPI_TESTS_TEST_FILE_REF_H_
|
|
|