diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-05 07:26:43 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-05 07:26:43 +0000 |
commit | 3624d23823ba017c4be2270c52a9c9ea858abbdd (patch) | |
tree | b0071068eaa5c276dec61c0f36388610e0e414c0 /chrome/browser/external_protocol_handler.h | |
parent | 8d9ecd77c70b9a0d24859f8532631d6f1940ca9f (diff) | |
download | chromium_src-3624d23823ba017c4be2270c52a9c9ea858abbdd.zip chromium_src-3624d23823ba017c4be2270c52a9c9ea858abbdd.tar.gz chromium_src-3624d23823ba017c4be2270c52a9c9ea858abbdd.tar.bz2 |
Delete obviously unneeded forward declarations in chrome/browser/*.h.
BUG=none
TEST=builds
Review URL: http://codereview.chromium.org/3080031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55037 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/external_protocol_handler.h')
-rw-r--r-- | chrome/browser/external_protocol_handler.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/external_protocol_handler.h b/chrome/browser/external_protocol_handler.h index d67a273..6643da8 100644 --- a/chrome/browser/external_protocol_handler.h +++ b/chrome/browser/external_protocol_handler.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 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. @@ -10,7 +10,6 @@ class DictionaryValue; class GURL; -class MessageLoop; class PrefService; class ExternalProtocolHandler { |