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

Unified Diff: components/crash/app/breakpad_mac.mm

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
Index: components/crash/app/breakpad_mac.mm
diff --git a/components/crash/app/breakpad_mac.mm b/components/crash/app/breakpad_mac.mm
index 95862a73ff841125d6e4b5ee64cc914cfc7bee3a..cca9b54fabfc6ce5d6e885d584bf5d6193562ac6 100644
--- a/components/crash/app/breakpad_mac.mm
+++ b/components/crash/app/breakpad_mac.mm
@@ -116,7 +116,7 @@ class DumpHelper : public base::PlatformThread::Delegate {
private:
DumpHelper() {}
- virtual void ThreadMain() override {
+ void ThreadMain() override {
base::PlatformThread::SetName("CrDumpHelper");
BreakpadGenerateAndSendReport(gBreakpadRef);
}

Powered by Google App Engine
This is Rietveld 408576698