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

Unified Diff: src/platform/update_engine/cycle_breaker_unittest.cc

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/cycle_breaker_unittest.cc
diff --git a/src/platform/update_engine/cycle_breaker_unittest.cc b/src/platform/update_engine/cycle_breaker_unittest.cc
index ec7f8a3a4d3a11da18adb1abdc5d7fbdce42c093..47a6e75f02258d5dad914e59811b4e8b9b0f7a8b 100644
--- a/src/platform/update_engine/cycle_breaker_unittest.cc
+++ b/src/platform/update_engine/cycle_breaker_unittest.cc
@@ -72,7 +72,7 @@ TEST(CycleBreakerTest, SimpleTest) {
namespace {
pair<Vertex::Index, EdgeProperties> EdgeWithWeight(Vertex::Index dest,
-uint64 weight) {
+uint64_t weight) {
EdgeProperties props;
props.extents.resize(1);
props.extents[0].set_num_blocks(weight);

Powered by Google App Engine
This is Rietveld 408576698