chromium/components/privacy_sandbox/canonical_topic.h

// Copyright 2022 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_PRIVACY_SANDBOX_CANONICAL_TOPIC_H_
#define COMPONENTS_PRIVACY_SANDBOX_CANONICAL_TOPIC_H_

#include <string>

#include "base/types/strong_alias.h"
#include "base/values.h"
#include "components/browsing_topics/common/common_types.h"

namespace privacy_sandbox {
// Contains a topic and a name in the current locale.
class CanonicalTopic {};

}  // namespace privacy_sandbox

#endif  // COMPONENTS_PRIVACY_SANDBOX_CANONICAL_TOPIC_H_