#ifndef COMPONENTS_SEGMENTATION_PLATFORM_INTERNAL_SIGNALS_UKM_OBSERVER_H_
#define COMPONENTS_SEGMENTATION_PLATFORM_INTERNAL_SIGNALS_UKM_OBSERVER_H_
#include <cstdint>
#include "base/memory/raw_ptr.h"
#include "base/memory/scoped_refptr.h"
#include "base/time/time.h"
#include "components/ukm/ukm_recorder_observer.h"
namespace ukm {
class UkmRecorderImpl;
}
namespace segmentation_platform {
class UkmConfig;
class UkmDataManagerImpl;
class UkmObserver : public ukm::UkmRecorderObserver { … };
}
#endif