| Index: content/browser/indexed_db/indexed_db_database.h
|
| diff --git a/content/browser/indexed_db/indexed_db_database.h b/content/browser/indexed_db/indexed_db_database.h
|
| index 42362df63377dfa8a61a66c88c5ce4202943f037..a6e30f366a74162594d23af0e5e05f095d8c4ba9 100644
|
| --- a/content/browser/indexed_db/indexed_db_database.h
|
| +++ b/content/browser/indexed_db/indexed_db_database.h
|
| @@ -24,6 +24,7 @@
|
|
|
| namespace content {
|
|
|
| +class IndexedDBBlobInfo;
|
| class IndexedDBConnection;
|
| class IndexedDBDatabaseCallbacks;
|
| class IndexedDBFactory;
|
| @@ -129,6 +130,7 @@ class CONTENT_EXPORT IndexedDBDatabase
|
| void Put(int64 transaction_id,
|
| int64 object_store_id,
|
| IndexedDBValue* value,
|
| + ScopedVector<webkit_blob::BlobDataHandle>* handles,
|
| scoped_ptr<IndexedDBKey> key,
|
| PutMode mode,
|
| scoped_refptr<IndexedDBCallbacks> callbacks,
|
|
|