| Index: content/browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc b/content/browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc
|
| index 6d52e8ad56b28f7a6e900557757f98ba58834cd1..7f0a268cdaa8110170e9c18b6e4c80beb5bda215 100644
|
| --- a/content/browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc
|
| +++ b/content/browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc
|
| @@ -65,10 +65,12 @@ TEST(IndexedDBIOErrorTest, CleanUpTest) {
|
| const base::FilePath path = temp_directory.path();
|
| string16 dummy_file_identifier;
|
| MockLevelDBFactory mock_leveldb_factory;
|
| + WebKit::WebIDBCallbacks::DataLoss data_loss = WebKit::WebIDBCallbacks::None;
|
| scoped_refptr<IndexedDBBackingStore> backing_store =
|
| IndexedDBBackingStore::Open(origin.databaseIdentifier(),
|
| path,
|
| dummy_file_identifier,
|
| + &data_loss,
|
| &mock_leveldb_factory);
|
| }
|
|
|
|
|