| 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 f386c092e32de29f637987c111efa5f0928242db..5bea05929932168025be378d1c4be1798a7e048d 100644
|
| --- a/content/browser/indexed_db/indexed_db_database_unittest.cc
|
| +++ b/content/browser/indexed_db/indexed_db_database_unittest.cc
|
| @@ -392,7 +392,7 @@ TEST_F(IndexedDBDatabaseOperationTest, CreatePutDelete) {
|
|
|
| // Put is asynchronous
|
| IndexedDBValue value("value1", std::vector<IndexedDBBlobInfo>());
|
| - ScopedVector<webkit_blob::BlobDataHandle> handles;
|
| + ScopedVector<storage::BlobDataHandle> handles;
|
| scoped_ptr<IndexedDBKey> key(new IndexedDBKey("key"));
|
| std::vector<IndexedDBDatabase::IndexKeys> index_keys;
|
| scoped_refptr<MockIndexedDBCallbacks> request(
|
|
|