// Copyright 2020 Google LLC. All Rights Reserved. This file and proprietary // source code may only be used and distributed under the Widevine License // Agreement. // // Format widevine protobuf metrics #include #include "wv_metrics.pb.h" namespace wv_metrics { void FormatWvCdmMetrics(const drm_metrics::WvCdmMetrics& metrics, std::string& result); }