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