chromium/components/affiliations/core/browser/mock_affiliation_fetcher.h

// 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_MOCK_AFFILIATION_FETCHER_H_
#define COMPONENTS_AFFILIATIONS_CORE_BROWSER_MOCK_AFFILIATION_FETCHER_H_

#include "components/affiliations/core/browser/affiliation_fetcher_interface.h"
#include "testing/gmock/include/gmock/gmock.h"

namespace affiliations {

class MockAffiliationFetcher : public AffiliationFetcherInterface {};

}  // namespace affiliations

#endif  // COMPONENTS_AFFILIATIONS_CORE_BROWSER_MOCK_AFFILIATION_FETCHER_H_