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

Unified Diff: handler/crash_report_upload_thread.cc

Issue 1302833002: Fix -Winconsistent-missing-override in CrashReportUploadThread (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: handler/crash_report_upload_thread.cc
diff --git a/handler/crash_report_upload_thread.cc b/handler/crash_report_upload_thread.cc
index 5da11ab51fb2f00f7d21561242302332d4da7ebc..b88f3e1bdb7b12c3fbcb6b6d33980f00ff8a0239 100644
--- a/handler/crash_report_upload_thread.cc
+++ b/handler/crash_report_upload_thread.cc
@@ -145,7 +145,7 @@ class CrashReportUploadHelperThread final : public Thread {
: self_(self) {}
~CrashReportUploadHelperThread() override {}
- virtual void ThreadMain() {
+ void ThreadMain() override {
self_->ThreadMain();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698