diff options
author | dharcourt@chromium.org <dharcourt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-23 06:09:16 +0000 |
---|---|---|
committer | dharcourt@chromium.org <dharcourt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-23 06:09:16 +0000 |
commit | 23f09ecddd561ac1ec318b18f4998bdc60122900 (patch) | |
tree | 85c8eb53eaf405ea2504aa51d6c1feb1829d0cff | |
parent | dfa5e845b95675281dec5fa930982ff490878e1b (diff) | |
download | chromium_src-23f09ecddd561ac1ec318b18f4998bdc60122900.zip chromium_src-23f09ecddd561ac1ec318b18f4998bdc60122900.tar.gz chromium_src-23f09ecddd561ac1ec318b18f4998bdc60122900.tar.bz2 |
Removed unnecessary class forward declaration.
This declaration became unnecessary with the changes introduced with
revision 174929, http://crrev.com/11588009.
BUG=NONE
Review URL: https://chromiumcodereview.appspot.com/11992003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178261 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/ui/views/ash/balloon_view_ash.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/ui/views/ash/balloon_view_ash.h b/chrome/browser/ui/views/ash/balloon_view_ash.h index e67882a..903c5e1 100644 --- a/chrome/browser/ui/views/ash/balloon_view_ash.h +++ b/chrome/browser/ui/views/ash/balloon_view_ash.h @@ -10,8 +10,6 @@ #include "base/memory/linked_ptr.h" #include "chrome/browser/notifications/balloon.h" -class GURL; - namespace gfx { class ImageSkia; } |