| Index: chrome/browser/download/notification/download_item_notification.h
|
| diff --git a/chrome/browser/download/notification/download_item_notification.h b/chrome/browser/download/notification/download_item_notification.h
|
| index 53a7d5a4e875c4020960bcdfb4db803dc36b0b50..d19aa3bcc55432f8199007b6cd4f5f243760b969 100644
|
| --- a/chrome/browser/download/notification/download_item_notification.h
|
| +++ b/chrome/browser/download/notification/download_item_notification.h
|
| @@ -9,10 +9,10 @@
|
| #include "base/strings/string_number_conversions.h"
|
| #include "chrome/browser/download/download_commands.h"
|
| #include "chrome/browser/download/notification/download_notification.h"
|
| -#include "chrome/browser/image_decoder.h"
|
| #include "chrome/browser/notifications/notification.h"
|
| #include "chrome/browser/notifications/notification_delegate.h"
|
| #include "chrome/browser/notifications/notification_test_util.h"
|
| +#include "components/image_fetcher/content/image_decoder.h"
|
| #include "content/public/browser/download_item.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include "ui/message_center/message_center.h"
|
|
|