blob: d550227bccb3e6eb948ffb72a1eddcaebd3ba3c3 [file] [log] [blame]
Avi Drissman8ba1bad2022-09-13 19:22:361// Copyright 2013 The Chromium Authors
[email protected]dc1e471422012-04-18 19:54:312// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
[email protected]716c0162013-12-13 20:36:535#ifndef COMPONENTS_URL_MATCHER_URL_MATCHER_FACTORY_H_
6#define COMPONENTS_URL_MATCHER_URL_MATCHER_FACTORY_H_
[email protected]dc1e471422012-04-18 19:54:317
dcheng3f767dc32016-04-25 22:54:228#include <memory>
[email protected]dc1e471422012-04-18 19:54:319#include <string>
10
Dan Sandersab2a47162022-04-27 20:12:0011#include "base/values.h"
[email protected]716c0162013-12-13 20:36:5312#include "components/url_matcher/url_matcher.h"
13#include "components/url_matcher/url_matcher_export.h"