Index: base/i18n/file_util_icu.h |
diff --git a/base/i18n/file_util_icu.h b/base/i18n/file_util_icu.h |
index 7f246c7f1c7b85b5cadd2f3e2b7aefefdf1d14cb..15526c3a645c92b5d88a9f99543a48df2a6c44a6 100644 |
--- a/base/i18n/file_util_icu.h |
+++ b/base/i18n/file_util_icu.h |
@@ -15,7 +15,7 @@ namespace file_util { |
// Returns true if file_name does not have any illegal character. The input |
// param has the same restriction as that for ReplaceIllegalCharacters. |
-BASE_I18N_EXPORT bool IsFilenameLegal(const string16& file_name); |
+BASE_I18N_EXPORT bool IsFilenameLegal(const base::string16& file_name); |
// Replaces characters in 'file_name' that are illegal for file names with |
// 'replace_char'. 'file_name' must not be a full or relative path, but just the |