#ifndef CHROME_BROWSER_EXTENSIONS_BLOCKLIST_STATE_FETCHER_H_
#define CHROME_BROWSER_EXTENSIONS_BLOCKLIST_STATE_FETCHER_H_
#include <algorithm>
#include <memory>
#include <set>
#include <string>
#include "base/functional/callback.h"
#include "base/memory/weak_ptr.h"
#include "components/safe_browsing/core/browser/db/util.h"
#include "extensions/browser/blocklist_state.h"
namespace network {
class SharedURLLoaderFactory;
class SimpleURLLoader;
}
namespace extensions {
class TestBlocklistStateFetcher;
class BlocklistStateFetcher { … };
}
#endif