Index: chrome/browser/download/download_service.h |
diff --git a/chrome/browser/download/download_service.h b/chrome/browser/download/download_service.h |
index 44a61f915877ebe43abf3d4712a90a4bb8b4d0dc..261cb56609b9b758826a8172be82992445af0ad1 100644 |
--- a/chrome/browser/download/download_service.h |
+++ b/chrome/browser/download/download_service.h |
@@ -9,6 +9,7 @@ |
#include "base/macros.h" |
#include "components/keyed_service/core/keyed_service.h" |
+#include "extensions/features/features.h" |
class ChromeDownloadManagerDelegate; |
class DownloadHistory; |
@@ -38,7 +39,7 @@ class DownloadService : public KeyedService { |
// no HistoryService for profile. Virtual for testing. |
virtual DownloadHistory* GetDownloadHistory() = 0; |
-#if defined(ENABLE_EXTENSIONS) |
+#if BUILDFLAG(ENABLE_EXTENSIONS) |
virtual extensions::ExtensionDownloadsEventRouter* |
GetExtensionEventRouter() = 0; |
#endif |