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 92380e13260ce626b90bafedc075e31855dc98a1..c9b7671e9986c67064e4707ebcab700c2237557b 100644 |
--- a/content/browser/indexed_db/indexed_db_active_blob_registry.h |
+++ b/content/browser/indexed_db/indexed_db_active_blob_registry.h |
@@ -31,8 +31,9 @@ class CONTENT_EXPORT IndexedDBActiveBlobRegistry { |
// Use DatabaseMetaDataKey::AllBlobsKey for "the whole database". |
bool MarkDeletedCheckIfUsed(int64 database_id, int64 blob_key); |
- webkit_blob::ShareableFileReference::FinalReleaseCallback |
- GetFinalReleaseCallback(int64 database_id, int64 blob_key); |
+ storage::ShareableFileReference::FinalReleaseCallback GetFinalReleaseCallback( |
+ int64 database_id, |
+ int64 blob_key); |
// This closure holds a raw pointer to the IndexedDBActiveBlobRegistry, |
// and may not be called after it is deleted. |
base::Closure GetAddBlobRefCallback(int64 database_id, int64 blob_key); |