diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-14 21:03:50 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-14 21:03:50 +0000 |
commit | e0ced0c7d09ced4df0d14af088ce0c181faf8a9f (patch) | |
tree | 3032217b7db213bac08f1e680725f93a62b2ff54 /chrome/default_plugin | |
parent | 29e52581783f045f2b4ccac4452b2a26430ceafa (diff) | |
download | chromium_src-e0ced0c7d09ced4df0d14af088ce0c181faf8a9f.zip chromium_src-e0ced0c7d09ced4df0d14af088ce0c181faf8a9f.tar.gz chromium_src-e0ced0c7d09ced4df0d14af088ce0c181faf8a9f.tar.bz2 |
Cleanup: Remove unneeded forward declarations from various chrome subdirectories.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8491036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109951 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/default_plugin')
-rw-r--r-- | chrome/default_plugin/plugin_impl_gtk.h | 5 | ||||
-rw-r--r-- | chrome/default_plugin/plugin_impl_mac.h | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/chrome/default_plugin/plugin_impl_gtk.h b/chrome/default_plugin/plugin_impl_gtk.h index 33ac44a..ac4a04b 100644 --- a/chrome/default_plugin/plugin_impl_gtk.h +++ b/chrome/default_plugin/plugin_impl_gtk.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 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. @@ -28,9 +28,6 @@ enum PluginInstallerState { PluginInstallerLaunchFailure }; -class PluginInstallDialog; -class PluginDatabaseHandler; - // Provides the plugin installation functionality. This class is // instantiated with the information like the mime type of the // target plugin, the display mode, etc. diff --git a/chrome/default_plugin/plugin_impl_mac.h b/chrome/default_plugin/plugin_impl_mac.h index ebd9127..e7b6eb7 100644 --- a/chrome/default_plugin/plugin_impl_mac.h +++ b/chrome/default_plugin/plugin_impl_mac.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 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. @@ -34,9 +34,6 @@ enum PluginInstallerState { PluginInstallerLaunchFailure }; -class PluginInstallDialog; -class PluginDatabaseHandler; - // Provides the plugin installation functionality. This class is // instantiated with the information like the mime type of the // target plugin, the display mode, etc. |