| Index: content/browser/indexed_db/indexed_db_dispatcher_host.h
 | 
| diff --git a/content/browser/indexed_db/indexed_db_dispatcher_host.h b/content/browser/indexed_db/indexed_db_dispatcher_host.h
 | 
| index 582fe63c082d7fb07fad07e22ba5ae32363e6dee..8bbe91f715c732378081d8e616885ab14f3759ef 100644
 | 
| --- a/content/browser/indexed_db/indexed_db_dispatcher_host.h
 | 
| +++ b/content/browser/indexed_db/indexed_db_dispatcher_host.h
 | 
| @@ -115,9 +115,10 @@ class CONTENT_EXPORT IndexedDBDispatcherHost
 | 
|  
 | 
|    void InvalidateWeakPtrsAndClearBindings();
 | 
|  
 | 
| +  base::SequencedTaskRunner* IDBTaskRunner() const;
 | 
| +
 | 
|    scoped_refptr<IndexedDBContextImpl> indexed_db_context_;
 | 
|    scoped_refptr<ChromeBlobStorageContext> blob_storage_context_;
 | 
| -  scoped_refptr<base::SequencedTaskRunner> idb_runner_;
 | 
|  
 | 
|    // Maps blob uuid to a pair (handle, ref count). Entry is added and/or count
 | 
|    // is incremented in HoldBlobData(), and count is decremented and/or entry
 | 
| 
 |