summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bug_report_util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/bug_report_util.cc')
-rw-r--r--chrome/browser/bug_report_util.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/bug_report_util.cc b/chrome/browser/bug_report_util.cc
index 0694593..d60ef4e 100644
--- a/chrome/browser/bug_report_util.cc
+++ b/chrome/browser/bug_report_util.cc
@@ -56,6 +56,10 @@ class BugReportUtil::PostCleanup : public URLFetcher::Delegate {
int response_code,
const ResponseCookies& cookies,
const std::string& data);
+
+ protected:
+ virtual ~PostCleanup() {}
+
private:
DISALLOW_COPY_AND_ASSIGN(PostCleanup);
};