| Index: content/browser/indexed_db/indexed_db_index_writer.h
|
| diff --git a/content/browser/indexed_db/indexed_db_index_writer.h b/content/browser/indexed_db/indexed_db_index_writer.h
|
| index 424b7c1a9c093fc5999ce6248c089c64170cc529..aeadea58a589fc309176d297f08da50a903c1f1e 100644
|
| --- a/content/browser/indexed_db/indexed_db_index_writer.h
|
| +++ b/content/browser/indexed_db/indexed_db_index_writer.h
|
| @@ -59,7 +59,7 @@ class IndexWriter {
|
| };
|
|
|
| bool MakeIndexWriters(
|
| - scoped_refptr<IndexedDBTransaction> transaction,
|
| + IndexedDBTransaction* transaction,
|
| IndexedDBBackingStore* store,
|
| int64 database_id,
|
| const IndexedDBObjectStoreMetadata& metadata,
|
|
|