// 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. #ifndef COMPONENTS_CONTENT_SETTINGS_BROWSER_TEST_PAGE_SPECIFIC_CONTENT_SETTINGS_DELEGATE_H_ #define COMPONENTS_CONTENT_SETTINGS_BROWSER_TEST_PAGE_SPECIFIC_CONTENT_SETTINGS_DELEGATE_H_ #include "base/memory/raw_ptr.h" #include "base/memory/scoped_refptr.h" #include "components/content_settings/browser/page_specific_content_settings.h" namespace content_settings { class TestPageSpecificContentSettingsDelegate : public PageSpecificContentSettings::Delegate { … }; } // namespace content_settings #endif // COMPONENTS_CONTENT_SETTINGS_BROWSER_TEST_PAGE_SPECIFIC_CONTENT_SETTINGS_DELEGATE_H_