Index: content/browser/indexed_db/indexed_db_factory_unittest.cc |
diff --git a/content/browser/indexed_db/indexed_db_factory_unittest.cc b/content/browser/indexed_db/indexed_db_factory_unittest.cc |
index 6d7a0a33e4e6f84a0defe006f42c994a5f60bc3d..dc555f6c7eb3351ab05ddf2c077ba2f7eaa3eb46 100644 |
--- a/content/browser/indexed_db/indexed_db_factory_unittest.cc |
+++ b/content/browser/indexed_db/indexed_db_factory_unittest.cc |
@@ -251,7 +251,7 @@ TEST_F(IndexedDBFactoryTest, QuotaErrorOnDiskFull) { |
scoped_refptr<LookingForQuotaErrorMockCallbacks> callbacks = |
new LookingForQuotaErrorMockCallbacks; |
scoped_refptr<IndexedDBDatabaseCallbacks> dummy_database_callbacks = |
- new IndexedDBDatabaseCallbacks(nullptr, 0, 0); |
+ new IndexedDBDatabaseCallbacks(nullptr, 0, nullptr); |
const base::string16 name(ASCIIToUTF16("name")); |
std::unique_ptr<IndexedDBPendingConnection> connection( |
base::MakeUnique<IndexedDBPendingConnection>( |