#ifndef CHROME_BROWSER_BROWSING_DATA_COUNTERS_BROWSING_DATA_COUNTER_UTILS_H_
#define CHROME_BROWSER_BROWSING_DATA_COUNTERS_BROWSING_DATA_COUNTER_UTILS_H_
#include <string>
#include "components/browsing_data/core/browsing_data_utils.h"
#include "components/browsing_data/core/counters/browsing_data_counter.h"
class Profile;
namespace browsing_data_counter_utils {
bool ShouldShowCookieException(Profile* profile);
std::u16string GetChromeCounterTextFromResult(
const browsing_data::BrowsingDataCounter::Result* result,
Profile* profile);
}
#endif