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

Unified Diff: delta_diff_generator.h

Issue 3997007: AU: fix delta generation when running out of scratch. (Closed) Base URL: http://git.chromium.org/git/update_engine.git
Patch Set: Created 10 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 | « no previous file | delta_diff_generator.cc » ('j') | delta_diff_generator.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: delta_diff_generator.h
diff --git a/delta_diff_generator.h b/delta_diff_generator.h
index 3156fd6cd8794b68afe5ac9935e9e4512b439a66..067ce1f3011e5265d2e07c8e98835c25ee40f955 100644
--- a/delta_diff_generator.h
+++ b/delta_diff_generator.h
@@ -192,7 +192,7 @@ class DeltaDiffGenerator {
off_t* data_file_size,
std::vector<Vertex::Index>* op_indexes,
std::vector<std::vector<Vertex::Index>::size_type>* reverse_op_indexes,
- std::vector<CutEdgeVertexes>& cuts);
+ const std::vector<CutEdgeVertexes>& cuts);
// Given a new rootfs and kernel (|new_image|, |new_kernel_part|), Reads them
// sequentially, creating a full update of chunk_size chunks. Populates
« no previous file with comments | « no previous file | delta_diff_generator.cc » ('j') | delta_diff_generator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698