chromium/components/user_education/common/feature_promo_storage_service_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/user_education/common/feature_promo_storage_service.h"

#include <memory>

#include "base/feature_list.h"
#include "components/user_education/common/feature_promo_data.h"
#include "components/user_education/test/test_feature_promo_storage_service.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace user_education {

namespace {
BASE_FEATURE();
BASE_FEATURE();
}  // namespace

TEST(FeaturePromoStorageServiceTest, GetSnoozeCount) {}

TEST(FeaturePromoStorageServiceTest, GetShownForKeys) {}

}  // namespace user_education