From b353e6983bdf9bd935b97bb5a7f225f246089fba Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Mon, 16 May 2011 23:41:31 +0000 Subject: base/i18n: Remove unneeded includes in case_conversion.* These includes are not needed anymore since r84855. BUG=None TEST=None R=evan@chromium.org Review URL: http://codereview.chromium.org/7032008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85559 0039d316-1c4b-4281-b951-d872f2087c98 --- base/i18n/case_conversion.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'base/i18n/case_conversion.h') diff --git a/base/i18n/case_conversion.h b/base/i18n/case_conversion.h index cb62da1..ecbfba1 100644 --- a/base/i18n/case_conversion.h +++ b/base/i18n/case_conversion.h @@ -2,12 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef BASE_I18N_CASE_CONVERSION_ -#define BASE_I18N_CASE_CONVERSION_ +#ifndef BASE_I18N_CASE_CONVERSION_H_ +#define BASE_I18N_CASE_CONVERSION_H_ #pragma once -#include - #include "base/string16.h" namespace base { @@ -22,4 +20,4 @@ string16 ToUpper(const string16& string); } // namespace i18n } // namespace base -#endif // BASE_I18N_CASE_CONVERSION_ +#endif // BASE_I18N_CASE_CONVERSION_H_ -- cgit v1.1