Chromium Code Reviews| Index: base/i18n/file_util_icu.cc |
| diff --git a/base/i18n/file_util_icu.cc b/base/i18n/file_util_icu.cc |
| index 4b2ca3ac0b26f44f292bff58b5fab7b157619788..9b0525086d0166d73657292880130737edc5cd90 100644 |
| --- a/base/i18n/file_util_icu.cc |
| +++ b/base/i18n/file_util_icu.cc |
| @@ -19,6 +19,8 @@ |
| #include "third_party/icu/source/common/unicode/uniset.h" |
| #include "third_party/icu/source/i18n/unicode/coll.h" |
| +using base::string16; |
| + |
| namespace { |
| class IllegalCharacters { |