| Index: components/history/core/browser/url_utils_unittest.cc
|
| diff --git a/components/history/core/browser/url_utils_unittest.cc b/components/history/core/browser/url_utils_unittest.cc
|
| index 77f8f1cbf1b2566520aa1d8104a00e77e0254f3a..1b8a3e87a87160f9e4676574ab571f2c48da6a28 100644
|
| --- a/components/history/core/browser/url_utils_unittest.cc
|
| +++ b/components/history/core/browser/url_utils_unittest.cc
|
| @@ -4,6 +4,9 @@
|
|
|
| #include "components/history/core/browser/url_utils.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "url/gurl.h"
|
|
|
|
|