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); |
}; |