| Index: components/url_matcher/url_matcher.h
|
| diff --git a/components/url_matcher/url_matcher.h b/components/url_matcher/url_matcher.h
|
| index 11dc6586caad168415581ba0be5212659ce779ea..712cb8aa46c1b3da96a57e6421ae5fbed456e7e2 100644
|
| --- a/components/url_matcher/url_matcher.h
|
| +++ b/components/url_matcher/url_matcher.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef COMPONENTS_URL_MATCHER_URL_MATCHER_H_
|
| #define COMPONENTS_URL_MATCHER_URL_MATCHER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <set>
|
| #include <vector>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "components/url_matcher/regex_set_matcher.h"
|
|
|