Chromium Code Reviews| Index: base/i18n/icu_util.h |
| diff --git a/base/i18n/icu_util.h b/base/i18n/icu_util.h |
| index 3d412b6389176370f4739b8fc15a0e488992bce7..a0e49e565356828715c96b3cdda8a772dd9e5fcd 100644 |
| --- a/base/i18n/icu_util.h |
| +++ b/base/i18n/icu_util.h |
| @@ -11,6 +11,10 @@ |
| #include "base/i18n/base_i18n_export.h" |
| #include "build/build_config.h" |
| +#define ICU_UTIL_DATA_FILE 0 |
| +#define ICU_UTIL_DATA_SHARED 1 |
| +#define ICU_UTIL_DATA_STATIC 2 |
| + |
| namespace base { |
| namespace i18n { |