| Index: base/i18n/icu_util.cc
|
| diff --git a/base/i18n/icu_util.cc b/base/i18n/icu_util.cc
|
| index 5fa37f848e050a419bc074a81f12135cf1d2b2ac..bbb73f9f4db88a0b139ca54ee6f4859dba32d9a0 100644
|
| --- a/base/i18n/icu_util.cc
|
| +++ b/base/i18n/icu_util.cc
|
| @@ -94,6 +94,8 @@ bool InitializeICU() {
|
| #if defined(OS_WIN)
|
| // The data file will be in the same directory as the current module.
|
| bool path_ok = PathService::Get(base::DIR_MODULE, &data_path);
|
| +#elif defined(OS_ANDROID)
|
| + bool path_ok = PathService::Get(base::DIR_ANDROID_APP_DATA, &data_path);
|
| #else
|
| // For now, expect the data file to be alongside the executable.
|
| // This is sufficient while we work on unit tests, but will eventually
|
|
|