| Index: content/browser/download/download_file_unittest.cc
|
| diff --git a/content/browser/download/download_file_unittest.cc b/content/browser/download/download_file_unittest.cc
|
| index 11b943e3da204da46037191f616c16699d579f45..808926b3538b34bea51a749fc722933a4deb4de6 100644
|
| --- a/content/browser/download/download_file_unittest.cc
|
| +++ b/content/browser/download/download_file_unittest.cc
|
| @@ -989,7 +989,7 @@ TEST_F(DownloadFileTest, MutipleStreamsLimitedLength) {
|
| DestroyDownloadFile(0, false);
|
| }
|
|
|
| -// Activate and deplete one stream, later add the second stream.
|
| +// Activate and deplete one stream, later add the second stream.
|
| TEST_F(DownloadFileTest, MutipleStreamsFirstStreamWriteAllData) {
|
| int64_t stream_0_length = GetBuffersLength(kTestData8, 4);
|
|
|
|
|