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 |