Index: trunk/src/base/i18n/icu_util.cc |
=================================================================== |
--- trunk/src/base/i18n/icu_util.cc (revision 254018) |
+++ trunk/src/base/i18n/icu_util.cc (working copy) |
@@ -94,8 +94,6 @@ |
#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 |