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

Unified Diff: src/platform/update_engine/graph_types.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_types.h
diff --git a/src/platform/update_engine/graph_types.h b/src/platform/update_engine/graph_types.h
index 109616abc6f747119434bad80e19a926e9009bed..e7867f6f4067638c41093008fe40caa7d36d189d 100644
--- a/src/platform/update_engine/graph_types.h
+++ b/src/platform/update_engine/graph_types.h
@@ -50,7 +50,7 @@ typedef std::vector<Vertex> Graph;
typedef std::pair<Vertex::Index, Vertex::Index> Edge;
-const uint64 kSparseHole = kuint64max;
+const uint64_t kSparseHole = kuint64max;
} // namespace chromeos_update_engine

Powered by Google App Engine
This is Rietveld 408576698