chromium/components/omnibox/browser/search_scoring_signals_annotator.cc

// 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.

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

#include "components/omnibox/browser/autocomplete_input.h"
#include "components/omnibox/browser/autocomplete_match.h"
#include "components/omnibox/browser/autocomplete_result.h"

void SearchScoringSignalsAnnotator::AnnotateResult(
    const AutocompleteInput& input,
    AutocompleteResult* result) {}

// static
void SearchScoringSignalsAnnotator::UpdateMatchTypeScoringSignals(
    AutocompleteMatch& match,
    const std::u16string& input_text) {}