Index: components/update_client/component_unpacker_unittest.cc |
diff --git a/components/update_client/component_unpacker_unittest.cc b/components/update_client/component_unpacker_unittest.cc |
index f98691389b75752decb6f7ca97fdc97b32b200bb..843ae997444802b183c4044cade9603f99263b42 100644 |
--- a/components/update_client/component_unpacker_unittest.cc |
+++ b/components/update_client/component_unpacker_unittest.cc |
@@ -159,7 +159,7 @@ TEST_F(ComponentUnpackerTest, UnpackFileHashMismatch) { |
base::Unretained(this))); |
RunThreads(); |
- EXPECT_EQ(UnpackerError::kInvalidId, result_.error); |
+ EXPECT_EQ(UnpackerError::kInvalidFile, result_.error); |
EXPECT_EQ(0, result_.extended_error); |
EXPECT_TRUE(result_.unpack_path.empty()); |