| Index: content/browser/indexed_db/indexed_db_active_blob_registry.h
|
| diff --git a/content/browser/indexed_db/indexed_db_active_blob_registry.h b/content/browser/indexed_db/indexed_db_active_blob_registry.h
|
| index dffdda36f46b7ab88eddb4e79019f41fd2810761..92380e13260ce626b90bafedc075e31855dc98a1 100644
|
| --- a/content/browser/indexed_db/indexed_db_active_blob_registry.h
|
| +++ b/content/browser/indexed_db/indexed_db_active_blob_registry.h
|
| @@ -20,7 +20,7 @@ class IndexedDBBackingStore;
|
|
|
| class CONTENT_EXPORT IndexedDBActiveBlobRegistry {
|
| public:
|
| - IndexedDBActiveBlobRegistry(IndexedDBBackingStore* backing_store);
|
| + explicit IndexedDBActiveBlobRegistry(IndexedDBBackingStore* backing_store);
|
| ~IndexedDBActiveBlobRegistry();
|
|
|
| // Most methods of this class, and the closure returned by
|
|
|