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

Unified Diff: util/file/string_file_writer.h

Issue 812403002: win: Add open equivalent (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@scoped-handle
Patch Set: Created 6 years 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_win.cc ('k') | util/file/string_file_writer.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 fa1e7de938cac21dac319189515f7f47d6e7393d..bdfb5e55902a1e31bf42edf4f5b329f57bbd9eea 100644
--- a/util/file/string_file_writer.h
+++ b/util/file/string_file_writer.h
@@ -47,7 +47,7 @@ class StringFileWriter : public FileWriterInterface {
// FileWriterInterface:
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;
+ FileOffset Seek(FileOffset offset, int whence) override;
private:
//! \brief The virtual file’s contents.
« no previous file with comments | « util/file/file_writer_win.cc ('k') | util/file/string_file_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698