| Index: content/browser/indexed_db/indexed_db_pending_connection.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_pending_connection.cc b/content/browser/indexed_db/indexed_db_pending_connection.cc
|
| index b1d6318085200b163ad5abbb75e8fdca77c3be89..ee16aba741ee08712391876211c8ef5ae1188793 100644
|
| --- a/content/browser/indexed_db/indexed_db_pending_connection.cc
|
| +++ b/content/browser/indexed_db/indexed_db_pending_connection.cc
|
| @@ -10,8 +10,8 @@ IndexedDBPendingConnection::IndexedDBPendingConnection(
|
| scoped_refptr<IndexedDBCallbacks> callbacks_in,
|
| scoped_refptr<IndexedDBDatabaseCallbacks> database_callbacks_in,
|
| int child_process_id_in,
|
| - int64 transaction_id_in,
|
| - int64 version_in)
|
| + int64_t transaction_id_in,
|
| + int64_t version_in)
|
| : callbacks(callbacks_in),
|
| database_callbacks(database_callbacks_in),
|
| child_process_id(child_process_id_in),
|
|
|