#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(…);
}
TEST(FeaturePromoStorageServiceTest, GetSnoozeCount) { … }
TEST(FeaturePromoStorageServiceTest, GetShownForKeys) { … }
}