chromium/services/data_decoder/gzipper.h

// Copyright 2020 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_GZIPPER_H_
#define SERVICES_DATA_DECODER_GZIPPER_H_

#include "services/data_decoder/public/mojom/gzipper.mojom.h"

namespace data_decoder {

class Gzipper : public mojom::Gzipper {};

}  // namespace data_decoder

#endif  // SERVICES_DATA_DECODER_GZIPPER_H_