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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_service.cc

Issue 10068036: RefCounted types should not have public destructors, chrome/browser/ part 5 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Win fix 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: chrome/browser/safe_browsing/safe_browsing_service.cc
diff --git a/chrome/browser/safe_browsing/safe_browsing_service.cc b/chrome/browser/safe_browsing/safe_browsing_service.cc
index de68cb31a245bf5771064db6f5891766d55d7a7d..100f22a46295d7aadc8e47b16d98f814d5f1ebe1 100644
--- a/chrome/browser/safe_browsing/safe_browsing_service.cc
+++ b/chrome/browser/safe_browsing/safe_browsing_service.cc
@@ -107,6 +107,8 @@ class SafeBrowsingURLRequestContext : public net::URLRequestContext {
}
private:
+ virtual ~SafeBrowsingURLRequestContext() {}
+
base::debug::LeakTracker<SafeBrowsingURLRequestContext> leak_tracker_;
};

Powered by Google App Engine
This is Rietveld 408576698