// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/base/prediction/empty_filter.h" #include "base/rand_util.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/base/prediction/prediction_unittest_helpers.h" namespace ui { namespace test { class EmptyFilterTest : public testing::Test { … }; // Test the empty filter gives the same values TEST_F(EmptyFilterTest, filteringValues) { … } } // namespace test } // namespace ui