#ifndef COMPONENTS_METRICS_SERVICES_MANAGER_METRICS_SERVICES_MANAGER_CLIENT_H_
#define COMPONENTS_METRICS_SERVICES_MANAGER_METRICS_SERVICES_MANAGER_CLIENT_H_
#include <memory>
#include "base/memory/scoped_refptr.h"
namespace metrics {
class MetricsServiceClient;
class MetricsStateManager;
}
namespace network {
class SharedURLLoaderFactory;
}
namespace variations {
class VariationsService;
class SyntheticTrialRegistry;
}
namespace metrics_services_manager {
class MetricsServicesManagerClient { … };
}
#endif