| Index: content/browser/indexed_db/indexed_db_database.h
|
| diff --git a/content/browser/indexed_db/indexed_db_database.h b/content/browser/indexed_db/indexed_db_database.h
|
| index 173ffa12ad509cb2399eeaace1108597238757cf..207c1f9c41a8dd7501f961c22f086a93865820e7 100644
|
| --- a/content/browser/indexed_db/indexed_db_database.h
|
| +++ b/content/browser/indexed_db/indexed_db_database.h
|
| @@ -193,7 +193,7 @@ class CONTENT_EXPORT IndexedDBDatabase
|
| scoped_refptr<IndexedDBCallbacks> callbacks,
|
| scoped_ptr<IndexedDBConnection> connection,
|
| IndexedDBTransaction* transaction);
|
| - void VersionChangeAbortOperation(int64_t previous_int_version,
|
| + void VersionChangeAbortOperation(int64_t previous_version,
|
| IndexedDBTransaction* transaction);
|
| void DeleteIndexOperation(int64_t object_store_id,
|
| int64_t index_id,
|
|
|