diff options
author | mihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-31 22:52:54 +0000 |
---|---|---|
committer | mihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-31 22:52:54 +0000 |
commit | 1790275fe70ec6f824a34632f2101b5256e5d218 (patch) | |
tree | 9877f7b7c8b25d7d2a0d7444e3703614b39663a5 /chrome/browser/extensions/theme_installed_infobar_delegate.h | |
parent | b32613252ab076e3ac26d7ecb1c5af383de64da1 (diff) | |
download | chromium_src-1790275fe70ec6f824a34632f2101b5256e5d218.zip chromium_src-1790275fe70ec6f824a34632f2101b5256e5d218.tar.gz chromium_src-1790275fe70ec6f824a34632f2101b5256e5d218.tar.bz2 |
Remove obsolete TODO and add a bunch of OVERRIDEs.
R=aa@chromium.org
Review URL: http://codereview.chromium.org/7806009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99070 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/theme_installed_infobar_delegate.h')
-rw-r--r-- | chrome/browser/extensions/theme_installed_infobar_delegate.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/extensions/theme_installed_infobar_delegate.h b/chrome/browser/extensions/theme_installed_infobar_delegate.h index d34526d..2ac28ad 100644 --- a/chrome/browser/extensions/theme_installed_infobar_delegate.h +++ b/chrome/browser/extensions/theme_installed_infobar_delegate.h @@ -6,6 +6,7 @@ #define CHROME_BROWSER_EXTENSIONS_THEME_INSTALLED_INFOBAR_DELEGATE_H_ #pragma once +#include "base/compiler_specific.h" #include "chrome/browser/tab_contents/confirm_infobar_delegate.h" #include "content/common/notification_observer.h" #include "content/common/notification_registrar.h" @@ -35,7 +36,7 @@ class ThemeInstalledInfoBarDelegate : public ConfirmInfoBarDelegate, ThemeService* theme_service() { return theme_service_; } // ConfirmInfoBarDelegate: - virtual bool Cancel(); + virtual bool Cancel() OVERRIDE; private: // ConfirmInfoBarDelegate: |