chromium/components/omnibox/browser/url_prefix.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_URL_PREFIX_H_
#define COMPONENTS_OMNIBOX_BROWSER_URL_PREFIX_H_

#include <stddef.h>

#include <string>
#include <vector>


struct URLPrefix;
URLPrefixes;

// A URL prefix; combinations of schemes and (least significant) domain labels
// that may be inferred from certain URL-like input strings.
struct URLPrefix {};

#endif  // COMPONENTS_OMNIBOX_BROWSER_URL_PREFIX_H_