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

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: Implementation ordering 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_;

Powered by Google App Engine
This is Rietveld 408576698