| Index: components/url_matcher/url_matcher_factory_unittest.cc
|
| diff --git a/components/url_matcher/url_matcher_factory_unittest.cc b/components/url_matcher/url_matcher_factory_unittest.cc
|
| index c2fc71be4e23421bbd30f149b25365a7ef6b930a..4718ca95b3ba886748e3a068610b524f58fb1fd7 100644
|
| --- a/components/url_matcher/url_matcher_factory_unittest.cc
|
| +++ b/components/url_matcher/url_matcher_factory_unittest.cc
|
| @@ -4,8 +4,10 @@
|
|
|
| #include "components/url_matcher/url_matcher_factory.h"
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stddef.h>
|
| +
|
| #include "base/format_macros.h"
|
| +#include "base/macros.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "base/values.h"
|
| #include "components/url_matcher/url_matcher_constants.h"
|
|
|