| Index: chrome/browser/download/all_download_item_notifier.h
|
| diff --git a/chrome/browser/download/all_download_item_notifier.h b/chrome/browser/download/all_download_item_notifier.h
|
| index 86d4d68753058975b008c7a20dadc6e033edbb28..c48921422f0a648a9b62708b19ffc433f3f4f0c5 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.
|
|
|