// Copyright 2016 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_MATCH_COMPARE_H_ #define COMPONENTS_OMNIBOX_BROWSER_MATCH_COMPARE_H_ #include "components/omnibox/browser/omnibox_field_trial.h" #include "third_party/metrics_proto/omnibox_event.pb.h" PageClassification; // This class implements a special version of AutocompleteMatch::MoreRelevant // that allows matches of particular types to be demoted in AutocompleteResult. template <class Match> class CompareWithDemoteByType { … }; #endif // COMPONENTS_OMNIBOX_BROWSER_MATCH_COMPARE_H_