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

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

Issue 1819002: AU: delta compress the kernel partition (Closed) Base URL: ssh://git@chromiumos-git/chromeos
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/download_action_unittest.cc
diff --git a/src/platform/update_engine/download_action_unittest.cc b/src/platform/update_engine/download_action_unittest.cc
index 014d3b771af87805864dd79afd04bf29fc3b3f4a..d2c5cb1a69010b991f57c944c54ca71013439be7 100644
--- a/src/platform/update_engine/download_action_unittest.cc
+++ b/src/platform/update_engine/download_action_unittest.cc
@@ -174,7 +174,7 @@ TEST(DownloadActionTest, TerminateEarlyTest) {
}
// 1 or 0 chunks should have come through
- const off_t resulting_file_size(FileSize(path));
+ const off_t resulting_file_size(utils::FileSize(path));
if (resulting_file_size != 0)
EXPECT_EQ(kMockHttpFetcherChunkSize, resulting_file_size);
}
« no previous file with comments | « src/platform/update_engine/delta_performer_unittest.cc ('k') | src/platform/update_engine/extent_writer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698