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

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

Issue 1718001: AU: Class to perform delta updates. (Closed)
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/graph_utils.h
diff --git a/src/platform/update_engine/graph_utils.h b/src/platform/update_engine/graph_utils.h
index 62ecfd53a63835a4911c7c9750b2aefa5ec1cda1..fd602eabea22733ced86408bc22a9ee9bcb564d9 100644
--- a/src/platform/update_engine/graph_utils.h
+++ b/src/platform/update_engine/graph_utils.h
@@ -17,12 +17,12 @@ namespace chromeos_update_engine {
namespace graph_utils {
// Returns the number of blocks represented by all extents in the edge.
-uint64 EdgeWeight(const Graph& graph, const Edge& edge);
+uint64_t EdgeWeight(const Graph& graph, const Edge& edge);
// block must either be the next block in the last extent or a block
// in the next extent. This function will not handle inserting block
// into an arbitrary place in the extents.
-void AppendBlockToExtents(std::vector<Extent>* extents, uint64 block);
+void AppendBlockToExtents(std::vector<Extent>* extents, uint64_t block);
} // namespace graph_utils

Powered by Google App Engine
This is Rietveld 408576698