summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraltimofeev@chromium.org <altimofeev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-27 15:39:49 +0000
committeraltimofeev@chromium.org <altimofeev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-27 15:39:49 +0000
commit4fe368bac4a9cd905f54831aadfa250ede17527f (patch)
tree196753e685a4674a1beba44b05b87080d56093ea
parent37b7c9878386696ac2c348fbb2e4fc98c5ea808b (diff)
downloadchromium_src-4fe368bac4a9cd905f54831aadfa250ede17527f.zip
chromium_src-4fe368bac4a9cd905f54831aadfa250ede17527f.tar.gz
chromium_src-4fe368bac4a9cd905f54831aadfa250ede17527f.tar.bz2
Fixes clang bot.
BUG=none TEST=clang bot green TBR= git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87024 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/chromeos/login/wizard_controller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/login/wizard_controller.h b/chrome/browser/chromeos/login/wizard_controller.h
index 5a2fd87..14d5048 100644
--- a/chrome/browser/chromeos/login/wizard_controller.h
+++ b/chrome/browser/chromeos/login/wizard_controller.h
@@ -47,7 +47,7 @@ class WizardScreen;
class WizardController : public ScreenObserver {
public:
WizardController(LoginDisplayHost* host, OobeDisplay* oobe_display);
- ~WizardController();
+ virtual ~WizardController();
// Returns the default wizard controller if it has been created.
static WizardController* default_controller() {