#ifndef COMPONENTS_SEGMENTATION_PLATFORM_INTERNAL_SIGNALS_URL_SIGNAL_HANDLER_H_
#define COMPONENTS_SEGMENTATION_PLATFORM_INTERNAL_SIGNALS_URL_SIGNAL_HANDLER_H_
#include "base/containers/flat_set.h"
#include "base/functional/callback.h"
#include "base/memory/raw_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/scoped_observation_traits.h"
#include "base/sequence_checker.h"
#include "services/metrics/public/cpp/ukm_source_id.h"
class GURL;
namespace segmentation_platform {
class UkmDatabase;
class UrlSignalHandler { … };
}
namespace base {
template <>
struct ScopedObservationTraits<
segmentation_platform::UrlSignalHandler,
segmentation_platform::UrlSignalHandler::HistoryDelegate> { … };
}
#endif