#ifndef COMPONENTS_POLICY_CORE_BROWSER_BROWSER_POLICY_CONNECTOR_H_
#define COMPONENTS_POLICY_CORE_BROWSER_BROWSER_POLICY_CONNECTOR_H_
#include <stdint.h>
#include <memory>
#include <string>
#include <string_view>
#include "base/memory/ref_counted.h"
#include "components/policy/core/browser/browser_policy_connector_base.h"
#include "components/policy/policy_export.h"
class PrefRegistrySimple;
class PrefService;
namespace network {
class SharedURLLoaderFactory;
}
namespace policy {
class DeviceManagementService;
class PolicyStatisticsCollector;
class POLICY_EXPORT BrowserPolicyConnector : public BrowserPolicyConnectorBase { … };
}
#endif