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

Unified Diff: chrome/browser/search/suggestions/image_decoder_impl.cc

Issue 2475543003: Introduce the image_decoder service (Closed)
Patch Set: . Created 4 years, 1 month 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/image_decoder.cc ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/search/suggestions/image_decoder_impl.cc
diff --git a/chrome/browser/search/suggestions/image_decoder_impl.cc b/chrome/browser/search/suggestions/image_decoder_impl.cc
index 2b7543dc0d1eb137d637b307d707ac2e2c85a33b..bb3094cc7f150ab678f223e50b147c7b0162fe4e 100644
--- a/chrome/browser/search/suggestions/image_decoder_impl.cc
+++ b/chrome/browser/search/suggestions/image_decoder_impl.cc
@@ -5,6 +5,7 @@
#include <algorithm>
#include <vector>
+#include "base/callback.h"
#include "chrome/browser/search/suggestions/image_decoder_impl.h"
#include "ui/gfx/image/image.h"
« no previous file with comments | « chrome/browser/image_decoder.cc ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698