Index: content/browser/indexed_db/indexed_db_unittest.cc |
diff --git a/content/browser/indexed_db/indexed_db_unittest.cc b/content/browser/indexed_db/indexed_db_unittest.cc |
index a8b199492bb1b9db8519b148a8f50099b9271899..63e1aaa14e6ab9945f1122024d38494afd9556c4 100644 |
--- a/content/browser/indexed_db/indexed_db_unittest.cc |
+++ b/content/browser/indexed_db/indexed_db_unittest.cc |
@@ -144,6 +144,7 @@ class ForceCloseDBCallbacks : public IndexedDBCallbacks { |
connection_ = std::move(connection); |
idb_context_->ConnectionOpened(origin_, connection_.get()); |
} |
+ bool IsValid() const override { return true; } |
IndexedDBConnection* connection() { return connection_.get(); } |