chromium/components/browsing_topics/candidate_topic.cc

// 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.

#include "components/browsing_topics/candidate_topic.h"

namespace browsing_topics {

// static
CandidateTopic CandidateTopic::Create(Topic topic,
                                      bool is_true_topic,
                                      bool should_be_filtered,
                                      int config_version,
                                      int taxonomy_version,
                                      int64_t model_version) {}

// static
CandidateTopic CandidateTopic::CreateInvalid() {}

CandidateTopic::CandidateTopic(Topic topic,
                               bool is_true_topic,
                               bool should_be_filtered,
                               int config_version,
                               int taxonomy_version,
                               int64_t model_version)
    :{}

}  // namespace browsing_topics