diff options
Diffstat (limited to 'chrome/browser/download/all_download_item_notifier.h')
| -rw-r--r-- | chrome/browser/download/all_download_item_notifier.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/download/all_download_item_notifier.h b/chrome/browser/download/all_download_item_notifier.h index 86d4d68..c489214 100644 --- a/chrome/browser/download/all_download_item_notifier.h +++ b/chrome/browser/download/all_download_item_notifier.h @@ -7,8 +7,9 @@ #include <set> -#include "content/public/browser/download_manager.h" +#include "base/macros.h" #include "content/public/browser/download_item.h" +#include "content/public/browser/download_manager.h" // AllDownloadItemNotifier observes ALL the DownloadItems on a given // DownloadManager. |
