#ifndef COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_CONTENT_SETTINGS_METADATA_H_
#define COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_CONTENT_SETTINGS_METADATA_H_
#include "base/time/time.h"
#include "components/content_settings/core/common/content_settings_constraints.h"
#include "components/content_settings/core/common/content_settings_enums.mojom.h"
namespace base {
class Clock;
}
namespace mojo {
template <typename DataViewType, typename T>
struct StructTraits;
}
namespace content_settings::mojom {
class RuleMetaDataDataView;
}
namespace content_settings {
class RuleMetaData { … };
}
#endif