// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <string> #include "base/feature_list.h" #include "base/memory/ref_counted.h" #include "components/reporting/proto/synced/record.pb.h" #include "components/reporting/util/statusor.h" #ifndef COMPONENTS_REPORTING_COMPRESSION_DECOMPRESSION_H_ #define COMPONENTS_REPORTING_COMPRESSION_DECOMPRESSION_H_ namespace reporting { class Decompression : public base::RefCountedThreadSafe<Decompression> { … }; } // namespace reporting #endif // COMPONENTS_REPORTING_COMPRESSION_DECOMPRESSION_H_