// Copyright 2017 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/feature_engagement/internal/never_event_storage_validator.h" #include "testing/gtest/include/gtest/gtest.h" namespace feature_engagement { namespace { class NeverEventStorageValidatorTest : public ::testing::Test { … }; } // namespace TEST_F(NeverEventStorageValidatorTest, ShouldNeverKeep) { … } TEST_F(NeverEventStorageValidatorTest, ShouldNeverStore) { … } } // namespace feature_engagement