// Copyright 2015 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_CORE_BROWSER_WEBSITE_SETTINGS_INFO_H_ #define COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_WEBSITE_SETTINGS_INFO_H_ #include <stdint.h> #include <memory> #include <string> #include "base/values.h" #include "components/content_settings/core/common/content_settings_types.h" namespace content_settings { // This class stores the properties related to a website setting. class WebsiteSettingsInfo { … }; } // namespace content_settings #endif // COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_WEBSITE_SETTINGS_INFO_H_