// Copyright 2015 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_AFFILIATIONS_CORE_BROWSER_FACET_MANAGER_HOST_H_ #define COMPONENTS_AFFILIATIONS_CORE_BROWSER_FACET_MANAGER_HOST_H_ #include "components/affiliations/core/browser/affiliation_utils.h" namespace affiliations { // Interface through which FacetManagers can access shared functionality // provided by the AffiliationBackend. class FacetManagerHost { … }; } // namespace affiliations #endif // COMPONENTS_AFFILIATIONS_CORE_BROWSER_FACET_MANAGER_HOST_H_