Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1455)

Unified Diff: content/browser/indexed_db/idbbindingutilities_browsertest.cc

Issue 10068037: RefCounted types should not have public destructors, content/browser part 1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: MSVC fixes Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « content/browser/in_process_webkit/indexed_db_quota_client.cc ('k') | content/browser/plugin_data_remover_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698