| Index: chrome/browser/download/download_commands.cc
|
| diff --git a/chrome/browser/download/download_commands.cc b/chrome/browser/download/download_commands.cc
|
| index 62ebc70ab333064cdd9112320adc1211c7dfaf85..c46c7dd3fa6c816bc01e9c8ed4158893576ee38e 100644
|
| --- a/chrome/browser/download/download_commands.cc
|
| +++ b/chrome/browser/download/download_commands.cc
|
| @@ -17,7 +17,6 @@
|
| #include "chrome/browser/download/download_crx_util.h"
|
| #include "chrome/browser/download/download_item_model.h"
|
| #include "chrome/browser/download/download_prefs.h"
|
| -#include "chrome/browser/image_decoder.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| #include "chrome/browser/safe_browsing/download_protection_service.h"
|
| #include "chrome/browser/safe_browsing/safe_browsing_service.h"
|
| @@ -27,6 +26,7 @@
|
| #include "chrome/common/url_constants.h"
|
| #include "chrome/grit/theme_resources.h"
|
| #include "components/google/core/browser/google_util.h"
|
| +#include "components/image_fetcher/content/image_decoder.h"
|
| #include "components/safe_browsing/csd.pb.h"
|
| #include "net/base/url_util.h"
|
| #include "ui/base/clipboard/scoped_clipboard_writer.h"
|
|
|