#ifndef COMPONENTS_MANTA_ANCHOVY_ANCHOVY_PROVIDER_H_
#define COMPONENTS_MANTA_ANCHOVY_ANCHOVY_PROVIDER_H_
#include <cstdint>
#include <vector>
#include "base/component_export.h"
#include "base/version_info/channel.h"
#include "components/manta/anchovy/anchovy_requests.h"
#include "components/manta/base_provider.h"
#include "components/manta/manta_service_callbacks.h"
#include "components/signin/public/identity_manager/identity_manager.h"
#include "services/network/public/cpp/shared_url_loader_factory.h"
namespace manta {
class COMPONENT_EXPORT(MANTA) AnchovyProvider : public BaseProvider { … };
}
#endif