chromium/components/omnibox/browser/history_match.h

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

#ifndef COMPONENTS_OMNIBOX_BROWSER_HISTORY_MATCH_H_
#define COMPONENTS_OMNIBOX_BROWSER_HISTORY_MATCH_H_

#include <stddef.h>

#include "base/containers/circular_deque.h"
#include "components/history/core/browser/url_row.h"

namespace history {

// Used for intermediate history result operations.
struct HistoryMatch {};

HistoryMatches;

}  // namespace history

#endif  // COMPONENTS_OMNIBOX_BROWSER_HISTORY_MATCH_H_