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 244ed5e54a7ee625409add11052d32ef67dce64d..795bc81941c636e554561c32d3361756f8fb20c5 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; |
+ bool data_loss; |
scoped_refptr<IndexedDBBackingStore> backing_store = |
IndexedDBBackingStore::Open(origin.databaseIdentifier(), |
path, |
dummy_file_identifier, |
+ &data_loss, |
&mock_leveldb_factory); |
} |