chromium/components/tpcd/metadata/browser/test_support.h

// Copyright 2023 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_TPCD_METADATA_BROWSER_TEST_SUPPORT_H_
#define COMPONENTS_TPCD_METADATA_BROWSER_TEST_SUPPORT_H_

#include <cstdint>

#include "components/tpcd/metadata/browser/manager.h"
#include "components/tpcd/metadata/common/proto/metadata.pb.h"

namespace tpcd::metadata {
std::string MakeBase64EncodedMetadata(const Metadata& metadata);
class DeterministicGenerator : public Manager::RandGenerator {};
}  // namespace tpcd::metadata
#endif  // COMPONENTS_TPCD_METADATA_BROWSER_TEST_SUPPORT_H_