Index: content/browser/indexed_db/idbbindingutilities_browsertest.cc |
diff --git a/content/browser/indexed_db/idbbindingutilities_browsertest.cc b/content/browser/indexed_db/idbbindingutilities_browsertest.cc |
index 8d297a716dbd1c77086677bab889f7362ae25ff9..aeecf842ded013360ced0079164efd5550621bee 100644 |
--- a/content/browser/indexed_db/idbbindingutilities_browsertest.cc |
+++ b/content/browser/indexed_db/idbbindingutilities_browsertest.cc |
@@ -238,6 +238,8 @@ class IDBKeyPathHelper : public UtilityProcessHostClient { |
private: |
+ virtual ~IDBKeyPathHelper() {} |
+ |
int expected_id_; |
std::vector<IndexedDBKey> expected_keys_; |
base::WeakPtr<UtilityProcessHost> utility_process_host_; |