#ifndef COMPONENTS_SAFE_BROWSING_CORE_BROWSER_DB_V4_UPDATE_PROTOCOL_MANAGER_H_
#define COMPONENTS_SAFE_BROWSING_CORE_BROWSER_DB_V4_UPDATE_PROTOCOL_MANAGER_H_
#include <memory>
#include <optional>
#include <string>
#include "base/gtest_prod_util.h"
#include "base/sequence_checker.h"
#include "base/time/time.h"
#include "base/timer/timer.h"
#include "components/safe_browsing/core/browser/db/safebrowsing.pb.h"
#include "components/safe_browsing/core/browser/db/util.h"
#include "components/safe_browsing/core/browser/db/v4_protocol_manager_util.h"
#include "components/safe_browsing/core/common/proto/webui.pb.h"
#include "components/safe_browsing/core/common/safe_browsing_prefs.h"
class GURL;
namespace network {
class SimpleURLLoader;
class SharedURLLoaderFactory;
}
namespace safe_browsing {
class V4UpdateProtocolManagerFactory;
V4UpdateCallback;
ExtendedReportingLevelCallback;
class V4UpdateProtocolManager { … };
class V4UpdateProtocolManagerFactory { … };
}
#endif