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

Unified Diff: minidump/minidump_exception_writer.h

Issue 654933002: Use exactly one of final, override, and virtual (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: git grep -E '^ {3,}.*override[ 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 | « minidump/minidump_context_writer.h ('k') | minidump/minidump_file_writer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: minidump/minidump_exception_writer.h
diff --git a/minidump/minidump_exception_writer.h b/minidump/minidump_exception_writer.h
index b18eefa4efea5859d1102d395328555444f19673..dc4ad6ce12d49508891843d6a719e0247deab3fe 100644
--- a/minidump/minidump_exception_writer.h
+++ b/minidump/minidump_exception_writer.h
@@ -86,13 +86,13 @@ class MinidumpExceptionWriter final : public internal::MinidumpStreamWriter {
protected:
// MinidumpWritable:
- virtual bool Freeze() override;
- virtual size_t SizeOfObject() override;
- virtual std::vector<MinidumpWritable*> Children() override;
- virtual bool WriteObject(FileWriterInterface* file_writer) override;
+ bool Freeze() override;
+ size_t SizeOfObject() override;
+ std::vector<MinidumpWritable*> Children() override;
+ bool WriteObject(FileWriterInterface* file_writer) override;
// MinidumpStreamWriter:
- virtual MinidumpStreamType StreamType() const override;
+ MinidumpStreamType StreamType() const override;
private:
MINIDUMP_EXCEPTION_STREAM exception_;
« no previous file with comments | « minidump/minidump_context_writer.h ('k') | minidump/minidump_file_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698