// 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_FAKE_AFFILIATION_API_H_ #define COMPONENTS_AFFILIATIONS_CORE_BROWSER_FAKE_AFFILIATION_API_H_ #include <vector> #include "base/memory/raw_ptr.h" #include "components/affiliations/core/browser/affiliation_utils.h" #include "components/affiliations/core/browser/fake_affiliation_fetcher.h" namespace affiliations { // Wraps the fake factory. Manufactures API responses to AffiliationFetcher // requests based on a set of equivalence classes predefined by the tests. class FakeAffiliationAPI { … }; } // namespace affiliations #endif // COMPONENTS_AFFILIATIONS_CORE_BROWSER_FAKE_AFFILIATION_API_H_