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

Unified Diff: src/platform/update_engine/decompressing_file_writer.h

Issue 1800009: AU: SplitWriter class for parsing our full update files. (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: fixes for review Created 10 years, 8 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 | « src/platform/update_engine/SConstruct ('k') | src/platform/update_engine/decompressing_file_writer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/update_engine/decompressing_file_writer.h
diff --git a/src/platform/update_engine/decompressing_file_writer.h b/src/platform/update_engine/decompressing_file_writer.h
index 6f12e87b93e71c0d1d0c008dcc618bded508fe11..cd8e2946a870dac432c39406675ba179f1241d5e 100644
--- a/src/platform/update_engine/decompressing_file_writer.h
+++ b/src/platform/update_engine/decompressing_file_writer.h
@@ -36,7 +36,7 @@ class GzipDecompressingFileWriter : public FileWriter {
// stream, after the entire stream has been written to this object,
// the entire decompressed stream will have been written to the
// underlying FileWriter.
- virtual int Write(const void* bytes, size_t count);
+ virtual ssize_t Write(const void* bytes, size_t count);
virtual int Close() {
return next_->Close();
« no previous file with comments | « src/platform/update_engine/SConstruct ('k') | src/platform/update_engine/decompressing_file_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698