| 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 a4f9e7858592c6d5684cb5a1c67a08d109d37c96..4025eb4f57ab79044a7dbb72376f91b50661de47 100644
|
| --- a/content/browser/indexed_db/indexed_db_database.h
|
| +++ b/content/browser/indexed_db/indexed_db_database.h
|
| @@ -125,7 +125,7 @@ class CONTENT_EXPORT IndexedDBDatabase
|
| void Put(int64 transaction_id,
|
| int64 object_store_id,
|
| IndexedDBValue* value,
|
| - ScopedVector<webkit_blob::BlobDataHandle>* handles,
|
| + ScopedVector<storage::BlobDataHandle>* handles,
|
| scoped_ptr<IndexedDBKey> key,
|
| blink::WebIDBPutMode mode,
|
| scoped_refptr<IndexedDBCallbacks> callbacks,
|
|
|