Index: content/browser/download/base_file_unittest.cc |
diff --git a/content/browser/download/base_file_unittest.cc b/content/browser/download/base_file_unittest.cc |
index 6175afe86f9279abd8a04ef7a969deddb919b143..4493d905800109ad56a6dac182d73d36edf4915a 100644 |
--- a/content/browser/download/base_file_unittest.cc |
+++ b/content/browser/download/base_file_unittest.cc |
@@ -414,7 +414,7 @@ TEST_F(BaseFileTest, MultipleWritesInterruptedWithHash) { |
hash_state, |
second_stream, |
net::BoundNetLog()); |
- ASSERT_EQ(net::OK, second_file.Initialize(temp_dir_.path())); |
+ ASSERT_EQ(net::ERR_UNEXPECTED, second_file.Initialize(temp_dir_.path())); |
std::string data(kTestData3); |
EXPECT_EQ(net::OK, second_file.AppendDataToFile(data.data(), data.size())); |
second_file.Finish(); |