| Index: content/public/test/test_file_error_injector.cc
|
| diff --git a/content/public/test/test_file_error_injector.cc b/content/public/test/test_file_error_injector.cc
|
| index 0414eeb25ee7148c297bee185c99ab06c7472854..71e6a764226f6abf3ffc796862018214b83a6808 100644
|
| --- a/content/public/test/test_file_error_injector.cc
|
| +++ b/content/public/test/test_file_error_injector.cc
|
| @@ -313,7 +313,7 @@ TestFileErrorInjector::TestFileErrorInjector(
|
| // This code is only used for browser_tests, so a
|
| // DownloadManager is always a DownloadManagerImpl.
|
| download_manager_(
|
| - static_cast<DownloadManagerImpl*>(download_manager.release())) {
|
| + static_cast<DownloadManagerImpl*>(download_manager.get())) {
|
| // Record the value of the pointer, for later validation.
|
| created_factory_ =
|
| new DownloadFileWithErrorsFactory(
|
|
|