| 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 77436fbe14a2d71bafae59143955043c134282c4..587d3ade42438f222238d68c0bef295d994ac847 100644
|
| --- a/content/browser/indexed_db/indexed_db_database.h
|
| +++ b/content/browser/indexed_db/indexed_db_database.h
|
| @@ -79,7 +79,7 @@ class CONTENT_EXPORT IndexedDBDatabase
|
| int64_t new_max_index_id);
|
| void RemoveIndex(int64_t object_store_id, int64_t index_id);
|
|
|
| - void OpenConnection(const IndexedDBPendingConnection& connection);
|
| + void OpenConnection(std::unique_ptr<IndexedDBPendingConnection> connection);
|
| void DeleteDatabase(scoped_refptr<IndexedDBCallbacks> callbacks);
|
| const IndexedDBDatabaseMetadata& metadata() const { return metadata_; }
|
|
|
|
|