// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SERVICES_DATA_DECODER_IMAGE_DECODER_IMPL_H_ #define SERVICES_DATA_DECODER_IMAGE_DECODER_IMPL_H_ #include <stdint.h> #include "services/data_decoder/public/mojom/image_decoder.mojom.h" #include "ui/gfx/geometry/size.h" namespace data_decoder { class ImageDecoderImpl : public mojom::ImageDecoder { … }; } // namespace data_decoder #endif // SERVICES_DATA_DECODER_IMAGE_DECODER_IMPL_H_