// Copyright 2020 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_AFFILIATION_FETCHER_INTERFACE_H_ #define COMPONENTS_AFFILIATIONS_CORE_BROWSER_AFFILIATION_FETCHER_INTERFACE_H_ #include <vector> #include "components/affiliations/core/browser/affiliation_fetcher_delegate.h" #include "components/affiliations/core/browser/affiliation_utils.h" namespace affiliations { class AffiliationFetcherInterface { … }; } // namespace affiliations #endif // COMPONENTS_AFFILIATIONS_CORE_BROWSER_AFFILIATION_FETCHER_INTERFACE_H_