From a3b9f515c63eb6081ea4d473eb6a79ad52bfb359 Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Mon, 26 Jul 2010 18:38:11 +0000 Subject: Fix 2 include guards found by my script BUG=none TEST=none TBR=erg Review URL: http://codereview.chromium.org/3059007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53652 0039d316-1c4b-4281-b951-d872f2087c98 --- base/i18n/file_util_icu.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'base/i18n') 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 @@ -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_ -- cgit v1.1