Chromium Code Reviews| Index: content/browser/indexed_db/indexed_db_callbacks.h |
| diff --git a/content/browser/indexed_db/indexed_db_callbacks.h b/content/browser/indexed_db/indexed_db_callbacks.h |
| index 6bf0c9d4489b31e7d2d9898f817e4e9511205f93..bf26a1d436bd4eb4e24d13230298046339bd3de6 100644 |
| --- a/content/browser/indexed_db/indexed_db_callbacks.h |
| +++ b/content/browser/indexed_db/indexed_db_callbacks.h |
| @@ -37,7 +37,7 @@ class CONTENT_EXPORT IndexedDBCallbacks |
| : public base::RefCounted<IndexedDBCallbacks> { |
| public: |
| IndexedDBCallbacks( |
| - IndexedDBDispatcherHost* dispatcher_host, |
| + scoped_refptr<IndexedDBDispatcherHost> dispatcher_host, |
|
cmumford
2016/11/22 21:40:10
This change looks good, but can you also change th
Reilly Grant (use Gerrit)
2016/11/22 21:54:53
What other constructors? After landing my last Moj
cmumford
2016/11/28 21:57:28
Nevermind. resolved in offline discussion.
|
| const url::Origin& origin, |
| ::indexed_db::mojom::CallbacksAssociatedPtrInfo callbacks_info); |