// Copyright 2024 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_PLUS_ADDRESSES_SETTINGS_PLUS_ADDRESS_SETTING_SERVICE_H_ #define COMPONENTS_PLUS_ADDRESSES_SETTINGS_PLUS_ADDRESS_SETTING_SERVICE_H_ #include <memory> #include "components/keyed_service/core/keyed_service.h" namespace syncer { class DataTypeControllerDelegate; } // namespace syncer namespace plus_addresses { class PlusAddressSettingService : public KeyedService { … }; } // namespace plus_addresses #endif // COMPONENTS_PLUS_ADDRESSES_SETTINGS_PLUS_ADDRESS_SETTING_SERVICE_H_