Index: content/browser/in_process_webkit/indexed_db_quota_client_unittest.cc |
=================================================================== |
--- content/browser/in_process_webkit/indexed_db_quota_client_unittest.cc (revision 181789) |
+++ content/browser/in_process_webkit/indexed_db_quota_client_unittest.cc (working copy) |
@@ -61,7 +61,7 @@ |
idb_context()->set_data_path_for_testing(indexeddb_dir); |
} |
- ~IndexedDBQuotaClientTest() { |
+ virtual ~IndexedDBQuotaClientTest() { |
// IndexedDBContext needs to be destructed on |
// BrowserThread::WEBKIT_DEPRECATED, which is also a member variable of this |
// class. Cause IndexedDBContext's destruction now to ensure that it |