#ifndef COMPONENTS_SAFE_BROWSING_CORE_BROWSER_REALTIME_FAKE_URL_LOOKUP_SERVICE_H_
#define COMPONENTS_SAFE_BROWSING_CORE_BROWSER_REALTIME_FAKE_URL_LOOKUP_SERVICE_H_
#include <optional>
#include "base/functional/bind.h"
#include "base/memory/scoped_refptr.h"
#include "base/time/time.h"
#include "components/enterprise/common/proto/connectors.pb.h"
#include "components/safe_browsing/core/browser/realtime/url_lookup_service_base.h"
#include "components/safe_browsing/core/common/proto/csd.pb.h"
#include "components/safe_browsing/core/common/proto/realtimeapi.pb.h"
#include "net/traffic_annotation/network_traffic_annotation_test_helper.h"
namespace safe_browsing::testing {
class FakeRealTimeUrlLookupService
: public safe_browsing::RealTimeUrlLookupServiceBase { … };
}
#endif