// Generated by the proto_extras plugin. DO NOT EDIT!
// source: third_party/metrics_proto/extension_install.proto

#ifndef THIRD_PARTY_METRICS_PROTO_EXTENSION_INSTALL_TO_VALUE_H_
#define THIRD_PARTY_METRICS_PROTO_EXTENSION_INSTALL_TO_VALUE_H_

#include <optional>
#include <string_view>



namespace base {
class DictValue;
class Value;
}  // namespace base
namespace metrics {
class ExtensionInstallProto;
}  // namespace metrics


namespace metrics {
base::Value ToValue(const ExtensionInstallProto& message);
void MaybeToValue(const std::optional<ExtensionInstallProto>& opt_message,
                  std::string_view output_dictionary_field_name,
                  base::DictValue& output_dictionary);
}  // namespace metrics


#endif  // THIRD_PARTY_METRICS_PROTO_EXTENSION_INSTALL_TO_VALUE_H_
