| Index: components/download/internal/test/test_download_driver.cc | 
| diff --git a/components/download/internal/test/test_download_driver.cc b/components/download/internal/test/test_download_driver.cc | 
| index 78de8d776ade3239c492b665c377c33ade62dcf3..78a2423e248f45a3522e6f87b6ea707f6d1ec404 100644 | 
| --- a/components/download/internal/test/test_download_driver.cc | 
| +++ b/components/download/internal/test/test_download_driver.cc | 
| @@ -53,7 +53,9 @@ bool TestDownloadDriver::IsReady() const { | 
| return is_ready_; | 
| } | 
|  | 
| -void TestDownloadDriver::Start(const DownloadParams& params) { | 
| +void TestDownloadDriver::Start( | 
| +    const DownloadParams& params, | 
| +    const net::NetworkTrafficAnnotationTag& traffic_annotation) { | 
| DriverEntry entry; | 
| entry.guid = params.guid; | 
| entry.state = DriverEntry::State::IN_PROGRESS; | 
|  |