Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Unified Diff: chrome/browser/android/download/ui/thumbnail_provider.h

Issue 2763103002: Move ImageDecoder to components/image_fetcher/content (Closed)
Patch Set: Rebased. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/download/ui/thumbnail_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/download/ui/thumbnail_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698