| Index: chrome/browser/android/download/ui/thumbnail_provider.cc
|
| diff --git a/chrome/browser/android/download/ui/thumbnail_provider.cc b/chrome/browser/android/download/ui/thumbnail_provider.cc
|
| index 545a8a010651e4080ea66b08ccf141d387e4e91e..6f51ef7a72e612aa61671355b5c01612db166204 100644
|
| --- a/chrome/browser/android/download/ui/thumbnail_provider.cc
|
| +++ b/chrome/browser/android/download/ui/thumbnail_provider.cc
|
| @@ -8,7 +8,7 @@
|
| #include "base/files/file_path.h"
|
| #include "base/files/file_util.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "chrome/browser/image_decoder.h"
|
| +#include "components/image_fetcher/content/image_decoder.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "jni/ThumbnailProviderImpl_jni.h"
|
| #include "skia/ext/image_operations.h"
|
|
|