| Index: content/browser/download/download_browsertest.cc
|
| diff --git a/content/browser/download/download_browsertest.cc b/content/browser/download/download_browsertest.cc
|
| index 2c836563bd287fc6fb65f6ca4535d3d576328571..09ccb61a7a6c356a1eae4392377ee20e2f5f84a5 100644
|
| --- a/content/browser/download/download_browsertest.cc
|
| +++ b/content/browser/download/download_browsertest.cc
|
| @@ -2319,7 +2319,7 @@ IN_PROC_BROWSER_TEST_F(DownloadContentTest, ResumeRestoredDownload_LongFile) {
|
| // expectations prior to issuing the first resumption request.
|
| ASSERT_EQ(1u, completed_requests.size());
|
| EXPECT_EQ(parameters.size - kIntermediateSize,
|
| - completed_requests[0].transferred_byte_count);
|
| + completed_requests[0]->transferred_byte_count);
|
| }
|
|
|
| // Check that the cookie policy is correctly updated when downloading a file
|
|
|