diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-15 05:28:20 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-15 05:28:20 +0000 |
commit | c28fb3e14f79ebcfd5e46293c40e073e47b98efc (patch) | |
tree | 39b1cf1c35dcdc9d8381bc56ad80ae95ef3799cd /chrome/browser/ui/gtk/download | |
parent | d2fb877c070f15e785d98acc490487b6064f4b0a (diff) | |
download | chromium_src-c28fb3e14f79ebcfd5e46293c40e073e47b98efc.zip chromium_src-c28fb3e14f79ebcfd5e46293c40e073e47b98efc.tar.gz chromium_src-c28fb3e14f79ebcfd5e46293c40e073e47b98efc.tar.bz2 |
Cleanup: Remove unneeded forward declarations from chrome/browser/ui/gtk and chrome/browser/ui/cocoa.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8536010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110048 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/gtk/download')
-rw-r--r-- | chrome/browser/ui/gtk/download/download_item_gtk.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/ui/gtk/download/download_item_gtk.h b/chrome/browser/ui/gtk/download/download_item_gtk.h index bca7664..60796aa 100644 --- a/chrome/browser/ui/gtk/download/download_item_gtk.h +++ b/chrome/browser/ui/gtk/download/download_item_gtk.h @@ -27,7 +27,6 @@ class DownloadShelfContextMenuGtk; class DownloadShelfGtk; class GtkThemeService; class NineBox; -class SkBitmap; namespace gfx { class Image; |