| Index: base/i18n/break_iterator.h
|
| diff --git a/base/i18n/break_iterator.h b/base/i18n/break_iterator.h
|
| index 9dbac7c59e68a0949a4518f09158dcd674301fb9..dc30b644f79855daf99efb1192e0d65fd6cfe1d4 100644
|
| --- a/base/i18n/break_iterator.h
|
| +++ b/base/i18n/break_iterator.h
|
| @@ -5,8 +5,10 @@
|
| #ifndef BASE_I18N_BREAK_ITERATOR_H_
|
| #define BASE_I18N_BREAK_ITERATOR_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stddef.h>
|
| +
|
| #include "base/i18n/base_i18n_export.h"
|
| +#include "base/macros.h"
|
| #include "base/strings/string16.h"
|
| #include "base/strings/string_piece.h"
|
|
|
|
|