#ifndef CHROME_BROWSER_ENTERPRISE_CONNECTORS_INTERSTITIALS_ENTERPRISE_INTERSTITIAL_UTIL_H_
#define CHROME_BROWSER_ENTERPRISE_CONNECTORS_INTERSTITIALS_ENTERPRISE_INTERSTITIAL_UTIL_H_
#include <string>
#include "components/safe_browsing/content/browser/safe_browsing_blocking_page.h"
#include "components/safe_browsing/core/common/proto/realtimeapi.pb.h"
namespace enterprise_connectors {
std::u16string GetUrlFilteringCustomMessage(
const safe_browsing::SafeBrowsingBlockingPage::UnsafeResourceList&
unsafe_resources_);
}
#endif