diff options
Diffstat (limited to 'base/i18n/file_util_icu.h')
-rw-r--r-- | base/i18n/file_util_icu.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/base/i18n/file_util_icu.h b/base/i18n/file_util_icu.h index 54ddb08..b4127d9 100644 --- a/base/i18n/file_util_icu.h +++ b/base/i18n/file_util_icu.h @@ -2,6 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#ifndef BASE_I18N_FILE_UTIL_ICU_H_ +#define BASE_I18N_FILE_UTIL_ICU_H_ + // File utilities that use the ICU library go in this file. #include <string> @@ -33,3 +36,5 @@ void ReplaceIllegalCharactersInPath(FilePath::StringType* file_name, bool LocaleAwareCompareFilenames(const FilePath& a, const FilePath& b); } // namespace file_util + +#endif // BASE_I18N_FILE_UTIL_ICU_H_ |