Index: chrome/utility/image_decoder_impl.h |
diff --git a/chrome/utility/image_decoder_impl.h b/chrome/utility/image_decoder_impl.h |
index d6226f6fc77155218b6849c65f1d7b0d057422fd..73f05f124f71e8def00c7b43151da063f23af604 100644 |
--- a/chrome/utility/image_decoder_impl.h |
+++ b/chrome/utility/image_decoder_impl.h |
@@ -21,7 +21,7 @@ class ImageDecoderImpl : public mojom::ImageDecoder { |
mojo::Array<uint8_t> encoded_data, |
mojom::ImageCodec codec, |
bool shrink_to_fit, |
- const mojo::Callback<void(const SkBitmap&)>& callback) override; |
+ const DecodeImageCallback& callback) override; |
private: |
int64_t max_message_size_; |