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

Unified Diff: util/file/string_file.h

Issue 1023943003: crashpad_database_util: Accept --new-report=- to read a new report from standard input (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@crashpad_database_util_new_report
Patch Set: Fix Windows 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 | « util/file/file_writer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/file/string_file.h
diff --git a/util/file/string_file.h b/util/file/string_file.h
index b6876b328f20c0362d27f0fd8c2e500487dcc1f0..c2e18ada2787cb8b132c38f3381c921b68b4b106 100644
--- a/util/file/string_file.h
+++ b/util/file/string_file.h
@@ -36,7 +36,7 @@ namespace crashpad {
class StringFile : public FileReaderInterface, public FileWriterInterface {
public:
StringFile();
- ~StringFile();
+ ~StringFile() override;
//! \brief Returns a string containing the virtual file’s contents.
const std::string& string() const { return string_; }
« no previous file with comments | « util/file/file_writer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698