| Index: webkit/fileapi/file_system_database_test_helper.h
|
| diff --git a/webkit/fileapi/file_system_database_test_helper.h b/webkit/fileapi/file_system_database_test_helper.h
|
| index 67689c131076b57875cbdceb3863ffe1ce4f35dd..daf8be11425f6ee788511cc294345e9f597a3680 100644
|
| --- a/webkit/fileapi/file_system_database_test_helper.h
|
| +++ b/webkit/fileapi/file_system_database_test_helper.h
|
| @@ -20,6 +20,9 @@ void CorruptDatabase(const base::FilePath& db_path,
|
| ptrdiff_t offset,
|
| size_t size);
|
|
|
| +void DeleteDatabaseFile(const base::FilePath& db_path,
|
| + leveldb::FileType type);
|
| +
|
| } // namespace fileapi
|
|
|
| #endif // WEBKIT_FILEAPI_FILE_SYSTEM_DATABASE_TEST_HELPER_H_
|
|
|