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

Unified Diff: components/feedback/feedback_data.h

Issue 666133002: Standardize usage of virtual/override/final in components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « components/favicon_base/select_favicon_frames.cc ('k') | components/feedback/feedback_uploader_chrome.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/feedback/feedback_data.h
diff --git a/components/feedback/feedback_data.h b/components/feedback/feedback_data.h
index 3fdf75c0cbfad8be6da7d3020f4cf3e6c6169495..54749abb9f1476956a371f9588cd189840a484d7 100644
--- a/components/feedback/feedback_data.h
+++ b/components/feedback/feedback_data.h
@@ -77,7 +77,7 @@ class FeedbackData : public FeedbackCommon {
}
private:
- virtual ~FeedbackData();
+ ~FeedbackData() override;
// Called once a compression operation is complete.
void OnCompressComplete();
« no previous file with comments | « components/favicon_base/select_favicon_frames.cc ('k') | components/feedback/feedback_uploader_chrome.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698