| Index: chrome/browser/android/download/ui/thumbnail_provider.h
|
| diff --git a/chrome/browser/android/download/ui/thumbnail_provider.h b/chrome/browser/android/download/ui/thumbnail_provider.h
|
| index aa3ea8e0d27fb28d90ba529a2abd01f2dfbd4d94..ae000345e7a3566396be6dd01ff4647bf78ac7cf 100644
|
| --- a/chrome/browser/android/download/ui/thumbnail_provider.h
|
| +++ b/chrome/browser/android/download/ui/thumbnail_provider.h
|
| @@ -9,7 +9,7 @@
|
|
|
| #include "base/android/jni_android.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "chrome/browser/image_decoder.h"
|
| +#include "components/image_fetcher/content/image_decoder.h"
|
|
|
| // Kicks off asynchronous pipelines for creating thumbnails for local files.
|
| // The native-side ThumbnailProvider is owned by the Java-side and can be
|
|
|