// Copyright 2014 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/history_match.h" #include "base/check.h" #include "base/trace_event/memory_usage_estimator.h" namespace history { HistoryMatch::HistoryMatch() : … { … } bool HistoryMatch::EqualsGURL(const HistoryMatch& h, const GURL& url) { … } // static bool HistoryMatch::IsHostOnly(const GURL& gurl) { … } size_t HistoryMatch::EstimateMemoryUsage() const { … } bool HistoryMatch::IsHostOnly() const { … } } // namespace history