#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) { … }
}
}