| Index: webkit/support/simple_database_system.h
|
| diff --git a/webkit/support/simple_database_system.h b/webkit/support/simple_database_system.h
|
| index bd92fc2bbd1357a3d134969b2090e408c4542dda..3fef6f8fb35940dbc357224ebcfc8a8d028efa61 100644
|
| --- a/webkit/support/simple_database_system.h
|
| +++ b/webkit/support/simple_database_system.h
|
| @@ -80,7 +80,7 @@ class SimpleDatabaseSystem : public webkit_database::DatabaseTracker::Observer,
|
| void VfsGetSpaceAvailable(const string16& origin_identifier,
|
| int64* result, base::WaitableEvent* done_event);
|
|
|
| - FilePath GetFullFilePathForVfsFile(const string16& vfs_file_name);
|
| + base::FilePath GetFullFilePathForVfsFile(const string16& vfs_file_name);
|
|
|
| void ResetTracker();
|
| void ThreadCleanup(base::WaitableEvent* done_event);
|
|
|