chromium/components/feed/core/v2/types_unittest.cc

// Copyright 2020 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/feed/core/v2/types.h"
#include "base/json/json_reader.h"
#include "base/json/json_writer.h"
#include "base/logging.h"
#include "base/strings/string_util.h"
#include "components/feed/core/v2/persistent_key_value_store_impl.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace feed {
namespace {

std::string ToJSON(base::ValueView value) {}

}  // namespace

TEST(PersistentMetricsData, SerializesAndDeserializes) {}

TEST(PersistentMetricsData, DefaultValuesForGoodVisits) {}

TEST(PersistentMetricsData, CanHandleMissingGoodVisitsState) {}

TEST(Types, ToContentRevision) {}

TEST(Types, ContentHashSet) {}

}  // namespace feed