Index: content/browser/indexed_db/indexed_db_factory_impl.h |
diff --git a/content/browser/indexed_db/indexed_db_factory_impl.h b/content/browser/indexed_db/indexed_db_factory_impl.h |
index 345f92821605e517533f104bee562fb5e18d4bfb..edab2d82afbef16934e615e05dabbaadd1ef1866 100644 |
--- a/content/browser/indexed_db/indexed_db_factory_impl.h |
+++ b/content/browser/indexed_db/indexed_db_factory_impl.h |
@@ -36,7 +36,7 @@ class CONTENT_EXPORT IndexedDBFactoryImpl : public IndexedDBFactory { |
const base::FilePath& data_directory, |
net::URLRequestContext* request_context) override; |
void Open(const base::string16& name, |
- const IndexedDBPendingConnection& connection, |
+ std::unique_ptr<IndexedDBPendingConnection> connection, |
net::URLRequestContext* request_context, |
const url::Origin& origin, |
const base::FilePath& data_directory) override; |