From d7828c27c67a11e316b6ba8679ac91300715d97e Mon Sep 17 00:00:00 2001 From: "viettrungluu@chromium.org" Date: Sat, 21 Aug 2010 16:42:35 +0000 Subject: Remove obviously unneeded forward declarations from headers under src/{app,base,net}. BUG=none TEST=builds Review URL: http://codereview.chromium.org/3136025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56995 0039d316-1c4b-4281-b951-d872f2087c98 --- app/l10n_util.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'app/l10n_util.h') diff --git a/app/l10n_util.h b/app/l10n_util.h index 4bc3ba8..ec1da75 100644 --- a/app/l10n_util.h +++ b/app/l10n_util.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -26,8 +26,6 @@ #include "app/l10n_util_mac.h" #endif // OS_MACOSX -class PrefService; - namespace l10n_util { // This method is responsible for determining the locale as defined below. In -- cgit v1.1