#ifndef CHROME_BROWSER_COMPANION_VISUAL_QUERY_VISUAL_QUERY_SUGGESTIONS_SERVICE_FACTORY_H_
#define CHROME_BROWSER_COMPANION_VISUAL_QUERY_VISUAL_QUERY_SUGGESTIONS_SERVICE_FACTORY_H_
#include "base/no_destructor.h"
#include "chrome/browser/companion/visual_query/visual_query_suggestions_service.h"
#include "chrome/browser/profiles/profile_keyed_service_factory.h"
#include "content/public/browser/browser_context.h"
class KeyedService;
class Profile;
namespace companion::visual_query {
class VisualQuerySuggestionsService;
class VisualQuerySuggestionsServiceFactory : public ProfileKeyedServiceFactory { … };
}
#endif