diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-16 00:52:43 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-16 00:52:43 +0000 |
commit | 913e45a38e635ad3b0d7db78b78367cccd62b421 (patch) | |
tree | 750d8758c099a26d9edc7971d93431237a287a66 /chrome/browser/ui/fullscreen_exit_bubble.h | |
parent | a1277d59b62d993d15a951a2cb2372b835ecdec5 (diff) | |
download | chromium_src-913e45a38e635ad3b0d7db78b78367cccd62b421.zip chromium_src-913e45a38e635ad3b0d7db78b78367cccd62b421.tar.gz chromium_src-913e45a38e635ad3b0d7db78b78367cccd62b421.tar.bz2 |
Cleanup: Remove forward declarations in various chrome/browser directories.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8533030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110225 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/fullscreen_exit_bubble.h')
-rw-r--r-- | chrome/browser/ui/fullscreen_exit_bubble.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/ui/fullscreen_exit_bubble.h b/chrome/browser/ui/fullscreen_exit_bubble.h index 50eb675..05268f2 100644 --- a/chrome/browser/ui/fullscreen_exit_bubble.h +++ b/chrome/browser/ui/fullscreen_exit_bubble.h @@ -16,10 +16,6 @@ class Browser; -namespace ui { -class SlideAnimation; -} - namespace gfx { class Rect; } |