summaryrefslogtreecommitdiffstats
path: root/chrome/browser/translate
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-15 00:09:24 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-15 00:09:24 +0000
commit6ffdb900a566f33ad07f1c53cc8d0ee4844cb93a (patch)
treecae33005f2ece70a14dff3f26339b9d14bc356ce /chrome/browser/translate
parente37e88a0c9d8cd3a3dba3b4d8e2af0981a325206 (diff)
downloadchromium_src-6ffdb900a566f33ad07f1c53cc8d0ee4844cb93a.zip
chromium_src-6ffdb900a566f33ad07f1c53cc8d0ee4844cb93a.tar.gz
chromium_src-6ffdb900a566f33ad07f1c53cc8d0ee4844cb93a.tar.bz2
Cleanup: Remove unneeded forward declarations from various chrome/browser subdirectories.
BUG=none TEST=none Review URL: http://codereview.chromium.org/8539006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109987 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/translate')
-rw-r--r--chrome/browser/translate/translate_infobar_delegate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/translate/translate_infobar_delegate.h b/chrome/browser/translate/translate_infobar_delegate.h
index 0670bfc..a7fe3b7 100644
--- a/chrome/browser/translate/translate_infobar_delegate.h
+++ b/chrome/browser/translate/translate_infobar_delegate.h
@@ -7,6 +7,7 @@
#pragma once
#include <string>
+#include <utility>
#include <vector>
#include "base/compiler_specific.h"
@@ -15,7 +16,6 @@
#include "chrome/common/translate_errors.h"
class PrefService;
-class SkBitmap;
class TranslateInfoBarView;
class TranslateInfoBarDelegate : public InfoBarDelegate {
@@ -167,8 +167,8 @@ class TranslateInfoBarDelegate : public InfoBarDelegate {
virtual void InfoBarDismissed() OVERRIDE;
virtual gfx::Image* GetIcon() const OVERRIDE;
virtual InfoBarDelegate::Type GetInfoBarType() const OVERRIDE;
- virtual bool ShouldExpire(
- const content::LoadCommittedDetails& details) const;
+ virtual bool ShouldExpire(
+ const content::LoadCommittedDetails& details) const OVERRIDE;
virtual TranslateInfoBarDelegate* AsTranslateInfoBarDelegate() OVERRIDE;
// Gets the host of the page being translated, or an empty string if no URL is