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

Unified Diff: content/browser/in_process_webkit/indexed_db_key_utility_client.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/in_process_webkit/indexed_db_key_utility_client.cc
diff --git a/content/browser/in_process_webkit/indexed_db_key_utility_client.cc b/content/browser/in_process_webkit/indexed_db_key_utility_client.cc
index 331febfe791cd2f085713bab05f64d02a0a2f022..5ab88eea974a1cd17361bc245aa46a9658e1d6d2 100644
--- a/content/browser/in_process_webkit/indexed_db_key_utility_client.cc
+++ b/content/browser/in_process_webkit/indexed_db_key_utility_client.cc
@@ -62,6 +62,8 @@ class KeyUtilityClientImpl
void OnInjectIDBKeyFinished(const content::SerializedScriptValue& value);
private:
+ virtual ~Client() {}
+
KeyUtilityClientImpl* parent_;
DISALLOW_COPY_AND_ASSIGN(Client);

Powered by Google App Engine
This is Rietveld 408576698