| Index: chrome/browser/safe_browsing/incident_reporting/last_download_finder.cc
|
| diff --git a/chrome/browser/safe_browsing/incident_reporting/last_download_finder.cc b/chrome/browser/safe_browsing/incident_reporting/last_download_finder.cc
|
| index 0412ef35fe422190b3e6cf7196e0bbb544cb35a6..b60f4cffbfa9d106f9103de0897df7eb6f6cf67f 100644
|
| --- a/chrome/browser/safe_browsing/incident_reporting/last_download_finder.cc
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/last_download_finder.cc
|
| @@ -59,7 +59,7 @@ bool IsBinaryDownloadForCurrentOS(
|
| // should also be updated so that the IsBinaryDownloadForCurrentOS() will
|
| // return true for that DownloadType as appropriate.
|
| static_assert(ClientDownloadRequest::DownloadType_MAX ==
|
| - ClientDownloadRequest::PPAPI_SAVE_REQUEST,
|
| + ClientDownloadRequest::SAMPLED_UNSUPPORTED_FILE,
|
| "Update logic below");
|
|
|
| // Platform-specific types are relevant only for their own platforms.
|
|
|