#ifndef COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_CONTENT_SETTINGS_TYPES_MOJOM_SHARED_H_
#define COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_CONTENT_SETTINGS_TYPES_MOJOM_SHARED_H_
#include <stdint.h>
#include <functional>
#include <iosfwd>
#include <type_traits>
#include <utility>
#include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h"
#include "components/content_settings/core/common/content_settings_types.mojom-shared-internal.h"
namespace content_settings::mojom {
}
namespace mojo {
namespace internal {
}
}
namespace content_settings::mojom {
enum class ContentSettingsType : int32_t { … };
std::ostream& operator<<(std::ostream& os, ContentSettingsType value);
inline bool IsKnownEnumValue(ContentSettingsType value) { … }
}
namespace std {
template <>
struct hash<::content_settings::mojom::ContentSettingsType>
: public mojo::internal::EnumHashImpl<::content_settings::mojom::ContentSettingsType> { … };
}
namespace mojo {
namespace internal {
Serializer< ::content_settings::mojom::ContentSettingsType, MaybeConstUserType>;
}
}
namespace content_settings::mojom {
}
namespace perfetto {
template <>
struct TraceFormatTraits<::content_settings::mojom::ContentSettingsType> { … };
}
#endif