| Index: content/browser/loader/mime_type_resource_handler_unittest.cc
 | 
| diff --git a/content/browser/loader/mime_type_resource_handler_unittest.cc b/content/browser/loader/mime_type_resource_handler_unittest.cc
 | 
| index 1b3ddcdbdf09e4fcd32443722866d973c05e125b..13d98cb57f86906d5717f131121c5ebdaf6c0150 100644
 | 
| --- a/content/browser/loader/mime_type_resource_handler_unittest.cc
 | 
| +++ b/content/browser/loader/mime_type_resource_handler_unittest.cc
 | 
| @@ -91,10 +91,7 @@ class TestResourceDispatcherHost : public ResourceDispatcherHostImpl {
 | 
|    scoped_ptr<ResourceHandler> CreateResourceHandlerForDownload(
 | 
|        net::URLRequest* request,
 | 
|        bool is_content_initiated,
 | 
| -      bool must_download,
 | 
| -      uint32_t id,
 | 
| -      scoped_ptr<DownloadSaveInfo> save_info,
 | 
| -      const DownloadUrlParameters::OnStartedCallback& started_cb) override {
 | 
| +      bool must_download) override {
 | 
|      return scoped_ptr<ResourceHandler>(new TestResourceHandler);
 | 
|    }
 | 
|  
 | 
| 
 |