| Index: components/translate/core/language_detection/language_detection_util.cc
|
| diff --git a/components/translate/core/language_detection/language_detection_util.cc b/components/translate/core/language_detection/language_detection_util.cc
|
| index c4699d4d7d1d01893be63fe4e0f104afea37f8d3..3b8bda76735e02b4023709e7775f60e0bd7432f3 100644
|
| --- a/components/translate/core/language_detection/language_detection_util.cc
|
| +++ b/components/translate/core/language_detection/language_detection_util.cc
|
| @@ -4,7 +4,10 @@
|
|
|
| #include "components/translate/core/language_detection/language_detection_util.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/strings/string_split.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
|
|