| Index: components/translate/core/common/translate_util.cc
|
| diff --git a/components/translate/core/common/translate_util.cc b/components/translate/core/common/translate_util.cc
|
| index 6cb6d1475fffab8aee1066348fab19f849d191b0..7eef452f6dfdb59a4c8f8f095402351b1cdbd514 100644
|
| --- a/components/translate/core/common/translate_util.cc
|
| +++ b/components/translate/core/common/translate_util.cc
|
| @@ -4,9 +4,11 @@
|
|
|
| #include "components/translate/core/common/translate_util.h"
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stddef.h>
|
| +
|
| #include "base/command_line.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/strings/string_split.h"
|
| #include "components/translate/core/common/translate_switches.h"
|
| #include "url/gurl.h"
|
|
|