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) |