// Copyright 2017 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_AUTOFILL_CORE_BROWSER_GEO_TEST_REGION_DATA_LOADER_H_ #define COMPONENTS_AUTOFILL_CORE_BROWSER_GEO_TEST_REGION_DATA_LOADER_H_ #include <string> #include <utility> #include <vector> #include "base/functional/callback.h" #include "components/autofill/core/browser/geo/region_data_loader.h" namespace autofill { class TestRegionDataLoader : public RegionDataLoader { … }; } // namespace autofill #endif // COMPONENTS_AUTOFILL_CORE_BROWSER_GEO_TEST_REGION_DATA_LOADER_H_