// 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_MANTA_ANCHOVY_ANCHOVY_REQUESTS_H_ #define COMPONENTS_MANTA_ANCHOVY_ANCHOVY_REQUESTS_H_ #include <string> #include <vector> #include "base/component_export.h" #include "base/memory/raw_ref.h" namespace manta::anchovy { struct COMPONENT_EXPORT(MANTA) ImageDescriptionRequest { … }; } // namespace manta::anchovy #endif // COMPONENTS_MANTA_ANCHOVY_ANCHOVY_REQUESTS_H_