#ifndef COMPONENTS_METRICS_HISTOGRAM_CONTROLLER_H_
#define COMPONENTS_METRICS_HISTOGRAM_CONTROLLER_H_
#include <map>
#include <string>
#include <vector>
#include "base/component_export.h"
#include "base/memory/raw_ptr.h"
#include "base/memory/singleton.h"
#include "base/memory/unsafe_shared_memory_region.h"
#include "base/sequence_checker.h"
#include "base/timer/timer.h"
#include "components/metrics/histogram_child_process.h"
#include "components/metrics/public/mojom/histogram_fetcher.mojom.h"
#include "mojo/public/cpp/bindings/remote.h"
namespace metrics {
class HistogramSubscriber;
class COMPONENT_EXPORT(METRICS) HistogramController { … };
}
#endif