Index: chrome/browser/extensions/theme_installed_infobar_delegate.cc |
diff --git a/chrome/browser/extensions/theme_installed_infobar_delegate.cc b/chrome/browser/extensions/theme_installed_infobar_delegate.cc |
index 7731563438de64cbd89c1345165ef87416ae0cc1..6bad4e87a2eb29d25ebdae337d1c1b4a3db25184 100644 |
--- a/chrome/browser/extensions/theme_installed_infobar_delegate.cc |
+++ b/chrome/browser/extensions/theme_installed_infobar_delegate.cc |
@@ -103,17 +103,17 @@ ThemeInstalledInfoBarDelegate::~ThemeInstalledInfoBarDelegate() { |
theme_service_->OnInfobarDestroyed(); |
} |
+infobars::InfoBarDelegate::Type |
+ThemeInstalledInfoBarDelegate::GetInfoBarType() const { |
+ return PAGE_ACTION_TYPE; |
+} |
+ |
int ThemeInstalledInfoBarDelegate::GetIconID() const { |
// TODO(aa): Reply with the theme's icon, but this requires reading it |
// asynchronously from disk. |
return IDR_INFOBAR_THEME; |
} |
-infobars::InfoBarDelegate::Type ThemeInstalledInfoBarDelegate::GetInfoBarType() |
- const { |
- return PAGE_ACTION_TYPE; |
-} |
- |
ThemeInstalledInfoBarDelegate* |
ThemeInstalledInfoBarDelegate::AsThemePreviewInfobarDelegate() { |
return this; |