| Index: webkit/support/simple_database_system.h
|
| ===================================================================
|
| --- webkit/support/simple_database_system.h (revision 86537)
|
| +++ webkit/support/simple_database_system.h (working copy)
|
| @@ -64,8 +64,7 @@
|
| // DatabaseTracker::Observer implementation
|
| virtual void OnDatabaseSizeChanged(const string16& origin_identifier,
|
| const string16& database_name,
|
| - int64 database_size,
|
| - int64 space_available);
|
| + int64 database_size);
|
| virtual void OnDatabaseScheduledForDeletion(const string16& origin_identifier,
|
| const string16& database_name);
|
|
|
|
|