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

// Copyright 2021 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/feedstore_util.h"

#include <string>
#include "base/test/gtest_util.h"
#include "base/test/task_environment.h"
#include "components/feed/core/v2/config.h"
#include "components/feed/core/v2/test/test_util.h"
#include "testing/gtest/include/gtest/gtest.h"

ElementsAreArray;

namespace feedstore {
namespace {
base::Time kTestTimeEpoch =;
const base::Time kExpiryTime1 =;

const std::string Token1() {}
const std::string Token2() {}

TEST(feedstore_util_test, SetSessionId) {}

TEST(feedstore_util_test, MaybeUpdateSessionId) {}

TEST(feedstore_util_test, GetNextActionId) {}

StreamKind;
StreamType;
TEST(feedstore_util_test, StreamTypeFromId) {}

}  // namespace
}  // namespace feedstore