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

Unified Diff: src/platform/update_engine/delta_performer.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
Index: src/platform/update_engine/delta_performer.h
diff --git a/src/platform/update_engine/delta_performer.h b/src/platform/update_engine/delta_performer.h
index 1356bae6372270102852fb2e1e9b88165260de31..4a096c2dcf92f62c72e7a1fc97a568d12a290afa 100644
--- a/src/platform/update_engine/delta_performer.h
+++ b/src/platform/update_engine/delta_performer.h
@@ -30,7 +30,7 @@ class DeltaPerformer : public FileWriter {
// Wrapper around write. Returns bytes written on success or
// -errno on error.
- int Write(const void* bytes, size_t count);
+ ssize_t Write(const void* bytes, size_t count);
// Wrapper around close. Returns 0 on success or -errno on error.
int Close();
« no previous file with comments | « src/platform/update_engine/decompressing_file_writer.cc ('k') | src/platform/update_engine/delta_performer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698