chromium/components/cbor/diagnostic_writer.h

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_CBOR_DIAGNOSTIC_WRITER_H_
#define COMPONENTS_CBOR_DIAGNOSTIC_WRITER_H_

#include <string>

#include "components/cbor/cbor_export.h"

namespace cbor {

class Value;

class CBOR_EXPORT DiagnosticWriter {};

}  // namespace cbor

#endif  // COMPONENTS_CBOR_DIAGNOSTIC_WRITER_H_