| Index: chrome/browser/download/chrome_download_manager_delegate.h
|
| diff --git a/chrome/browser/download/chrome_download_manager_delegate.h b/chrome/browser/download/chrome_download_manager_delegate.h
|
| index 7d738e524a68318670abb28af0645d699fb1c293..5fd0a258a03ad5a3652c1c0a66941088e8ab99cf 100644
|
| --- a/chrome/browser/download/chrome_download_manager_delegate.h
|
| +++ b/chrome/browser/download/chrome_download_manager_delegate.h
|
| @@ -22,6 +22,7 @@
|
| #include "content/public/browser/download_manager_delegate.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| +#include "extensions/features/features.h"
|
|
|
| class DownloadPrefs;
|
| class Profile;
|
| @@ -165,7 +166,7 @@ class ChromeDownloadManagerDelegate
|
| IdCallbackVector id_callbacks_;
|
| std::unique_ptr<DownloadPrefs> download_prefs_;
|
|
|
| -#if defined(ENABLE_EXTENSIONS)
|
| +#if BUILDFLAG(ENABLE_EXTENSIONS)
|
| // Maps from pending extension installations to DownloadItem IDs.
|
| typedef base::hash_map<extensions::CrxInstaller*,
|
| content::DownloadOpenDelayedCallback> CrxInstallerMap;
|
|
|