| Index: content/browser/indexed_db/cursor_impl.h
|
| diff --git a/content/browser/indexed_db/cursor_impl.h b/content/browser/indexed_db/cursor_impl.h
|
| index a0b66c0594638b1115f87bcc37e70d947580b30d..60e798e0c41d66e299873ea49a87ca5c0ec7b931 100644
|
| --- a/content/browser/indexed_db/cursor_impl.h
|
| +++ b/content/browser/indexed_db/cursor_impl.h
|
| @@ -20,7 +20,7 @@ class IndexedDBKey;
|
|
|
| class CursorImpl : public ::indexed_db::mojom::Cursor {
|
| public:
|
| - CursorImpl(scoped_refptr<IndexedDBCursor> cursor,
|
| + CursorImpl(std::unique_ptr<IndexedDBCursor> cursor,
|
| const url::Origin& origin,
|
| scoped_refptr<IndexedDBDispatcherHost> dispatcher_host);
|
| ~CursorImpl() override;
|
|
|