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

Unified Diff: content/browser/tcmalloc_internals_request_job.h

Issue 10388186: RefCounted types should not have public destructors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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/tcmalloc_internals_request_job.h
diff --git a/content/browser/tcmalloc_internals_request_job.h b/content/browser/tcmalloc_internals_request_job.h
index a602d8f0a10620b6489806128952849313d56fb3..82048eb7760ee75a765e27def345297ed51c62b1 100644
--- a/content/browser/tcmalloc_internals_request_job.h
+++ b/content/browser/tcmalloc_internals_request_job.h
@@ -55,6 +55,9 @@ class TcmallocInternalsRequestJob : public net::URLRequestSimpleJob {
std::string* charset,
std::string* data) const OVERRIDE;
+ protected:
+ virtual ~TcmallocInternalsRequestJob() {}
+
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(TcmallocInternalsRequestJob);
};
« no previous file with comments | « content/browser/geolocation/geolocation_provider_unittest.cc ('k') | content/renderer/pepper/pepper_hung_plugin_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698