| Index: content/browser/indexed_db/indexed_db_database_unittest.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_database_unittest.cc b/content/browser/indexed_db/indexed_db_database_unittest.cc
|
| index 865086a9b27a6011220ed6d383d855083d1a9041..97e12e4e63bc77c881235bc26e8c99eb33600bf7 100644
|
| --- a/content/browser/indexed_db/indexed_db_database_unittest.cc
|
| +++ b/content/browser/indexed_db/indexed_db_database_unittest.cc
|
| @@ -390,7 +390,7 @@ TEST_F(IndexedDBDatabaseOperationTest, CreatePutDelete) {
|
|
|
| // Put is asynchronous
|
| IndexedDBValue value("value1", std::vector<IndexedDBBlobInfo>());
|
| - ScopedVector<storage::BlobDataHandle> handles;
|
| + ScopedVector<storage::BlobDataSnapshotHandle> handles;
|
| scoped_ptr<IndexedDBKey> key(new IndexedDBKey("key"));
|
| std::vector<IndexedDBDatabase::IndexKeys> index_keys;
|
| scoped_refptr<MockIndexedDBCallbacks> request(
|
|
|