| 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 76cdaaf643632ef85d86744d9310a98ef9a1c0f0..40f4fadb4398aea4c14e55888c523e448e66ccd3 100644
|
| --- a/content/browser/download/download_file_unittest.cc
|
| +++ b/content/browser/download/download_file_unittest.cc
|
| @@ -182,7 +182,7 @@ class DownloadFileTest : public testing::Test {
|
| net::BoundNetLog(),
|
| observer_factory_.GetWeakPtr()));
|
| download_file_impl->SetClientGuid("12345678-ABCD-1234-DCBA-123456789ABC");
|
| - download_file_ = download_file_impl.PassAs<DownloadFile>();
|
| + download_file_ = download_file_impl.Pass();
|
|
|
| EXPECT_CALL(*input_stream_, Read(_, _))
|
| .WillOnce(Return(ByteStreamReader::STREAM_EMPTY))
|
|
|