| Index: components/url_formatter/elide_url.cc
|
| diff --git a/components/url_formatter/elide_url.cc b/components/url_formatter/elide_url.cc
|
| index 646f9b56b609db2847eafcc97d75a336193b0e7f..7f5538aa1124add7b3649d92ab54864d033586aa 100644
|
| --- a/components/url_formatter/elide_url.cc
|
| +++ b/components/url_formatter/elide_url.cc
|
| @@ -4,9 +4,12 @@
|
|
|
| #include "components/url_formatter/elide_url.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/logging.h"
|
| #include "base/strings/string_split.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| +#include "build/build_config.h"
|
| #include "components/url_formatter/url_formatter.h"
|
| #include "net/base/escape.h"
|
| #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
|
|
|