| 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 033cd783aa3b0c773c550e2cb7ce8f942624cf73..492ff43867ca057d7615a384bf29fc5e02974626 100644
|
| --- a/content/browser/download/base_file_unittest.cc
|
| +++ b/content/browser/download/base_file_unittest.cc
|
| @@ -398,7 +398,7 @@ TEST_F(BaseFileTest, MultipleWritesInterruptedWithHash) {
|
| hash_state,
|
| scoped_ptr<net::FileStream>(),
|
| net::BoundNetLog());
|
| - ASSERT_EQ(DOWNLOAD_INTERRUPT_REASON_NONE,
|
| + ASSERT_EQ(DOWNLOAD_INTERRUPT_REASON_FILE_FAILED,
|
| second_file.Initialize(temp_dir_.path()));
|
| std::string data(kTestData3);
|
| EXPECT_EQ(DOWNLOAD_INTERRUPT_REASON_NONE,
|
|
|