summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-30 16:31:51 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-30 16:31:51 +0000
commit5b664736da31255db90a0ff9acaddb6487f087cc (patch)
treed559d2d474b890f51bc8a840bfbf0f39f4534868
parentb8e97b653eda5505e2bf87a17eff7b2712042782 (diff)
downloadchromium_src-5b664736da31255db90a0ff9acaddb6487f087cc.zip
chromium_src-5b664736da31255db90a0ff9acaddb6487f087cc.tar.gz
chromium_src-5b664736da31255db90a0ff9acaddb6487f087cc.tar.bz2
gtk: Remove an unused include of slide_animator_gtk.h
And an unnecessary forward declaration. TBR=erg@chromium.org Review URL: https://chromiumcodereview.appspot.com/11008014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159441 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/ui/gtk/download/download_shelf_gtk.h1
-rw-r--r--chrome/browser/ui/gtk/find_bar_gtk.h1
-rw-r--r--chrome/browser/ui/gtk/status_bubble_gtk.cc1
3 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/ui/gtk/download/download_shelf_gtk.h b/chrome/browser/ui/gtk/download/download_shelf_gtk.h
index a681696..4db422a 100644
--- a/chrome/browser/ui/gtk/download/download_shelf_gtk.h
+++ b/chrome/browser/ui/gtk/download/download_shelf_gtk.h
@@ -26,7 +26,6 @@ class Browser;
class CustomDrawButton;
class DownloadItemGtk;
class GtkThemeService;
-class SlideAnimatorGtk;
namespace content {
class PageNavigator;
diff --git a/chrome/browser/ui/gtk/find_bar_gtk.h b/chrome/browser/ui/gtk/find_bar_gtk.h
index 4622fec..13883b0 100644
--- a/chrome/browser/ui/gtk/find_bar_gtk.h
+++ b/chrome/browser/ui/gtk/find_bar_gtk.h
@@ -25,7 +25,6 @@ class CustomDrawButton;
class FindBarController;
class GtkThemeService;
class NineBox;
-class SlideAnimatorGtk;
typedef struct _GtkFloatingContainer GtkFloatingContainer;
diff --git a/chrome/browser/ui/gtk/status_bubble_gtk.cc b/chrome/browser/ui/gtk/status_bubble_gtk.cc
index 29e971d..6bd1d43 100644
--- a/chrome/browser/ui/gtk/status_bubble_gtk.cc
+++ b/chrome/browser/ui/gtk/status_bubble_gtk.cc
@@ -14,7 +14,6 @@
#include "chrome/browser/ui/gtk/gtk_theme_service.h"
#include "chrome/browser/ui/gtk/gtk_util.h"
#include "chrome/browser/ui/gtk/rounded_window.h"
-#include "chrome/browser/ui/gtk/slide_animator_gtk.h"
#include "chrome/common/chrome_notification_types.h"
#include "content/public/browser/notification_source.h"
#include "ui/base/animation/slide_animation.h"