Avi Drissman | 8ba1bad | 2022-09-13 19:22:36 | [diff] [blame] | 1 | // Copyright 2013 The Chromium Authors |
[email protected] | dc1e47142 | 2012-04-18 19:54:31 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
3 | // found in the LICENSE file. | ||||
4 | |||||
[email protected] | 716c016 | 2013-12-13 20:36:53 | [diff] [blame] | 5 | #ifndef COMPONENTS_URL_MATCHER_URL_MATCHER_FACTORY_H_ |
6 | #define COMPONENTS_URL_MATCHER_URL_MATCHER_FACTORY_H_ | ||||
[email protected] | dc1e47142 | 2012-04-18 19:54:31 | [diff] [blame] | 7 | |
dcheng | 3f767dc3 | 2016-04-25 22:54:22 | [diff] [blame] | 8 | #include <memory> |
[email protected] | dc1e47142 | 2012-04-18 19:54:31 | [diff] [blame] | 9 | #include <string> |
10 | |||||
Dan Sanders | ab2a4716 | 2022-04-27 20:12:00 | [diff] [blame] | 11 | #include "base/values.h" |
[email protected] | 716c016 | 2013-12-13 20:36:53 | [diff] [blame] | 12 | #include "components/url_matcher/url_matcher.h" |
13 | #include "components/url_matcher/url_matcher_export.h" | ||||