| Index: content/browser/indexed_db/mock_indexed_db_database_callbacks.cc
|
| diff --git a/content/browser/indexed_db/mock_indexed_db_database_callbacks.cc b/content/browser/indexed_db/mock_indexed_db_database_callbacks.cc
|
| index 1125bdecb3b0d9ff6f19811d66c5c543d18b6790..9cd07ff9061d4d0c37eae3dad91766dc4eb1d7b1 100644
|
| --- a/content/browser/indexed_db/mock_indexed_db_database_callbacks.cc
|
| +++ b/content/browser/indexed_db/mock_indexed_db_database_callbacks.cc
|
| @@ -18,7 +18,7 @@ void MockIndexedDBDatabaseCallbacks::OnForcedClose() {
|
| }
|
|
|
| void MockIndexedDBDatabaseCallbacks::OnAbort(
|
| - int64_t transaction_id,
|
| + const IndexedDBTransaction& transaction,
|
| const IndexedDBDatabaseError& error) {
|
| abort_called_ = true;
|
| }
|
|
|