chromium/components/enterprise/connectors/core/connectors_service_base.h

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_ENTERPRISE_CONNECTORS_CORE_CONNECTORS_SERVICE_BASE_H_
#define COMPONENTS_ENTERPRISE_CONNECTORS_CORE_CONNECTORS_SERVICE_BASE_H_

#include <optional>

#include "components/enterprise/connectors/core/common.h"
#include "components/policy/core/common/policy_types.h"

class PrefService;

namespace enterprise_connectors {

// Abstract class to access Connector policy values and related information.
class ConnectorsServiceBase {};

}  // namespace enterprise_connectors

#endif  // COMPONENTS_ENTERPRISE_CONNECTORS_CORE_CONNECTORS_SERVICE_BASE_H_