Index: base/i18n/file_util_icu.h |
diff --git a/base/i18n/file_util_icu.h b/base/i18n/file_util_icu.h |
index 57acea64de8a99e314247ae2d2c12335dfd22bfd..6e388758e62299bf6d46723bbea20102899226a7 100644 |
--- a/base/i18n/file_util_icu.h |
+++ b/base/i18n/file_util_icu.h |
@@ -35,6 +35,9 @@ BASE_I18N_EXPORT void ReplaceIllegalCharactersInPath( |
BASE_I18N_EXPORT bool LocaleAwareCompareFilenames(const FilePath& a, |
const FilePath& b); |
+// If running on ChromeOS, normalizes file name. |
asanka
2012/03/26 22:08:35
// Calculates the canonical file-system representa
tbarzic
2012/03/26 22:57:26
Done.
|
+BASE_I18N_EXPORT void NormalizeFileNameOnChromeOS(FilePath* file_name); |
+ |
} // namespace file_util |
#endif // BASE_I18N_FILE_UTIL_ICU_H_ |