summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {