| 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 b60f4cffbfa9d106f9103de0897df7eb6f6cf67f..04b8520a9f9b81b3cc2cb1b560c7f21a94a53f67 100644
|
| --- a/chrome/browser/safe_browsing/incident_reporting/last_download_finder.cc
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/last_download_finder.cc
|
| @@ -33,6 +33,7 @@
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/notification_source.h"
|
| #include "crypto/sha2.h"
|
| +#include "extensions/features/features.h"
|
|
|
| namespace safe_browsing {
|
|
|
| @@ -73,7 +74,7 @@ bool IsBinaryDownloadForCurrentOS(
|
| #endif
|
|
|
| // Extensions are supported where enabled.
|
| -#if defined(ENABLE_EXTENSIONS)
|
| +#if BUILDFLAG(ENABLE_EXTENSIONS)
|
| if (download_type == ClientDownloadRequest::CHROME_EXTENSION)
|
| return true;
|
| #endif
|
|
|