// Copyright 2011 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/content_settings/core/browser/content_settings_rule.h" #include <list> #include <utility> #include <vector> #include "components/content_settings/core/common/content_settings_metadata.h" #include "components/content_settings/core/common/content_settings_pattern.h" #include "testing/gtest/include/gtest/gtest.h" namespace content_settings { namespace { class ListIterator : public RuleIterator { … }; } // namespace TEST(RuleTest, ConcatenationIterator) { … } } // namespace content_settings