| Index: content/browser/indexed_db/indexed_db_class_factory.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_class_factory.cc b/content/browser/indexed_db/indexed_db_class_factory.cc
|
| index cb77cca5a6e5cf727e66ba1e36feab2e3e8ec07c..fa20e622ad3ef5b6fbf5979913dc35e84d6a4d51 100644
|
| --- a/content/browser/indexed_db/indexed_db_class_factory.cc
|
| +++ b/content/browser/indexed_db/indexed_db_class_factory.cc
|
| @@ -33,9 +33,9 @@ IndexedDBDatabase* IndexedDBClassFactory::CreateIndexedDBDatabase(
|
| }
|
|
|
| IndexedDBTransaction* IndexedDBClassFactory::CreateIndexedDBTransaction(
|
| - int64 id,
|
| + int64_t id,
|
| scoped_refptr<IndexedDBDatabaseCallbacks> callbacks,
|
| - const std::set<int64>& scope,
|
| + const std::set<int64_t>& scope,
|
| blink::WebIDBTransactionMode mode,
|
| IndexedDBDatabase* db,
|
| IndexedDBBackingStore::Transaction* backing_store_transaction) {
|
|
|