Index: content/browser/indexed_db/indexed_db_factory.h |
diff --git a/content/browser/indexed_db/indexed_db_factory.h b/content/browser/indexed_db/indexed_db_factory.h |
index 3b64fb235c01e0d204343bbe2d1e2cb7e0456a04..fd60a525a1b9107b1eb09e9a44fae3199476c156 100644 |
--- a/content/browser/indexed_db/indexed_db_factory.h |
+++ b/content/browser/indexed_db/indexed_db_factory.h |
@@ -8,6 +8,7 @@ |
#include <stddef.h> |
#include <map> |
+#include <memory> |
#include <set> |
#include <string> |
#include <utility> |
@@ -48,7 +49,7 @@ class CONTENT_EXPORT IndexedDBFactory |
const base::FilePath& data_directory, |
net::URLRequestContext* request_context) = 0; |
virtual 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) = 0; |