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

Unified Diff: util/file/string_file_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 | « util/file/file_writer.h ('k') | util/mach/exc_client_variants_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/file/string_file_writer.h
diff --git a/util/file/string_file_writer.h b/util/file/string_file_writer.h
index 4b4002bd13e8473d742c9880e89619ef0d941a93..fa1e7de938cac21dac319189515f7f47d6e7393d 100644
--- a/util/file/string_file_writer.h
+++ b/util/file/string_file_writer.h
@@ -45,9 +45,9 @@ class StringFileWriter : public FileWriterInterface {
void Reset();
// FileWriterInterface:
- virtual bool Write(const void* data, size_t size) override;
- virtual bool WriteIoVec(std::vector<WritableIoVec>* iovecs) override;
- virtual off_t Seek(off_t offset, int whence) override;
+ bool Write(const void* data, size_t size) override;
+ bool WriteIoVec(std::vector<WritableIoVec>* iovecs) override;
+ off_t Seek(off_t offset, int whence) override;
private:
//! \brief The virtual file’s contents.
« no previous file with comments | « util/file/file_writer.h ('k') | util/mach/exc_client_variants_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698