| 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 51fb078affaaa245307996ed93ff2e68e52946cd..ceabc8b5b274eb789e28798583bd49928c4a10d9 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;
|
| }
|
|
|