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

Unified Diff: chrome/browser/browsing_data/browsing_data_filter_builder.h

Issue 2185453004: Fix a memory leak in BrowsingDataFilterBuilder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/browsing_data/origin_filter_builder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browsing_data/browsing_data_filter_builder.h
diff --git a/chrome/browser/browsing_data/browsing_data_filter_builder.h b/chrome/browser/browsing_data/browsing_data_filter_builder.h
index a3141dd0547cd82089c8570f0c4dbb33d4d3ca79..3db2f87d7ea6728d1dc40670407c8abf536e5624 100644
--- a/chrome/browser/browsing_data/browsing_data_filter_builder.h
+++ b/chrome/browser/browsing_data/browsing_data_filter_builder.h
@@ -39,7 +39,7 @@ class BrowsingDataFilterBuilder {
// Constructs a filter with the given |mode| - whitelist or blacklist.
explicit BrowsingDataFilterBuilder(Mode mode);
- ~BrowsingDataFilterBuilder();
+ virtual ~BrowsingDataFilterBuilder();
// Sets the |mode| of the filter.
void SetMode(Mode mode);
« no previous file with comments | « no previous file | chrome/browser/browsing_data/origin_filter_builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698