diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-05 21:53:13 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-05 21:53:13 +0000 |
commit | c078968a5fcdbad7c12ab954f60667a78a737582 (patch) | |
tree | 3f9bb4b8221f9bb030ff25f0035ea757b3eb5a42 /chrome/browser/extensions/extension_dom_ui.h | |
parent | cba81a7d6830877c3deaab58c5db70438aecfab7 (diff) | |
download | chromium_src-c078968a5fcdbad7c12ab954f60667a78a737582.zip chromium_src-c078968a5fcdbad7c12ab954f60667a78a737582.tar.gz chromium_src-c078968a5fcdbad7c12ab954f60667a78a737582.tar.bz2 |
Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h.
BUG=none
TEST=builds
Review URL: http://codereview.chromium.org/3027041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55136 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extension_dom_ui.h')
-rw-r--r-- | chrome/browser/extensions/extension_dom_ui.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/extensions/extension_dom_ui.h b/chrome/browser/extensions/extension_dom_ui.h index cd0cb79..343a486 100644 --- a/chrome/browser/extensions/extension_dom_ui.h +++ b/chrome/browser/extensions/extension_dom_ui.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. @@ -18,7 +18,6 @@ class ListValue; class PrefService; class Profile; -class RefCountedMemory; class RenderViewHost; class TabContents; |