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

Unified Diff: src/platform/update_engine/bzip_extent_writer_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/bzip_extent_writer_unittest.cc
diff --git a/src/platform/update_engine/bzip_extent_writer_unittest.cc b/src/platform/update_engine/bzip_extent_writer_unittest.cc
index 3f12c58572a678914c4eb499757afebc95e53991..d724bc420c0824c140995c18c2b3a4e5ab062aad 100644
--- a/src/platform/update_engine/bzip_extent_writer_unittest.cc
+++ b/src/platform/update_engine/bzip_extent_writer_unittest.cc
@@ -21,7 +21,7 @@ namespace chromeos_update_engine {
namespace {
const char kPathTemplate[] = "./BzipExtentWriterTest-file.XXXXXX";
-const uint32 kBlockSize = 4096;
+const uint32_t kBlockSize = 4096;
}
class BzipExtentWriterTest : public ::testing::Test {

Powered by Google App Engine
This is Rietveld 408576698