// 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_OMNIBOX_BROWSER_HISTORY_EMBEDDINGS_PROVIDER_H_ #define COMPONENTS_OMNIBOX_BROWSER_HISTORY_EMBEDDINGS_PROVIDER_H_ #include <string> #include "base/memory/raw_ptr.h" #include "components/history_embeddings/history_embeddings_service.h" #include "components/omnibox/browser/history_provider.h" class AutocompleteProviderClient; class TemplateURL; class AutocompleteInput; class HistoryEmbeddingsProvider : public HistoryProvider { … }; #endif // COMPONENTS_OMNIBOX_BROWSER_HISTORY_EMBEDDINGS_PROVIDER_H_