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

Unified Diff: src/platform/update_engine/set_bootable_flag_action_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/set_bootable_flag_action_unittest.cc
diff --git a/src/platform/update_engine/set_bootable_flag_action_unittest.cc b/src/platform/update_engine/set_bootable_flag_action_unittest.cc
index 215c189e6877e0a59f2730f5f90a3c62ac71cb93..023c7bdbe8c552fb7d86684a9bd4c18522e7254f 100644
--- a/src/platform/update_engine/set_bootable_flag_action_unittest.cc
+++ b/src/platform/update_engine/set_bootable_flag_action_unittest.cc
@@ -51,7 +51,7 @@ class SetBootableFlagActionTest : public ::testing::Test {
}
vector<char> DoTest(vector<char> mbr_in,
const string& filename,
- uint32 test_flags);
+ uint32_t test_flags);
// first partition bootable, no others bootable
const vector<char> sample_mbr_;
};
@@ -64,7 +64,7 @@ SetBootableFlagActionTest::SetBootableFlagActionTest()
vector<char> SetBootableFlagActionTest::DoTest(vector<char> mbr_in,
const string& filename,
- uint32 flags) {
+ uint32_t flags) {
CHECK(!filename.empty());
const string root_filename(filename.begin(), --filename.end());
if (flags & WRITE_FILE)

Powered by Google App Engine
This is Rietveld 408576698