| 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 87e35e07fb69597639eca84747783915ed1d1a8d..67689c131076b57875cbdceb3863ffe1ce4f35dd 100644
|
| --- a/webkit/fileapi/file_system_database_test_helper.h
|
| +++ b/webkit/fileapi/file_system_database_test_helper.h
|
| @@ -9,11 +9,13 @@
|
|
|
| #include "third_party/leveldatabase/src/db/filename.h"
|
|
|
| +namespace base {
|
| class FilePath;
|
| +}
|
|
|
| namespace fileapi {
|
|
|
| -void CorruptDatabase(const FilePath& db_path,
|
| +void CorruptDatabase(const base::FilePath& db_path,
|
| leveldb::FileType type,
|
| ptrdiff_t offset,
|
| size_t size);
|
|
|