chromium/components/omnibox/browser/search_scoring_signals_annotator.h

// 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_SEARCH_SCORING_SIGNALS_ANNOTATOR_H_
#define COMPONENTS_OMNIBOX_BROWSER_SEARCH_SCORING_SIGNALS_ANNOTATOR_H_

#include "components/omnibox/browser/autocomplete_scoring_signals_annotator.h"

// Annotates autocomplete Search suggestion candidates with scoring signals
// derived from suggestions obtained from the remote Suggest service, including:
// `search_suggest_relevance`, `is_search_suggest_entity`.
class SearchScoringSignalsAnnotator
    : public AutocompleteScoringSignalsAnnotator {};

#endif  // COMPONENTS_OMNIBOX_BROWSER_SEARCH_SCORING_SIGNALS_ANNOTATOR_H_