diff options
Diffstat (limited to 'chrome/browser/instant/instant_controller.h')
-rw-r--r-- | chrome/browser/instant/instant_controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/instant/instant_controller.h b/chrome/browser/instant/instant_controller.h index 0352dfe..3fdc14a7 100644 --- a/chrome/browser/instant/instant_controller.h +++ b/chrome/browser/instant/instant_controller.h @@ -51,7 +51,7 @@ class InstantController : public InstantLoaderDelegate { static const int kAutoCommitFadeInTimeMS = 300; InstantController(Profile* profile, InstantDelegate* delegate); - ~InstantController(); + virtual ~InstantController(); // Registers instant related preferences. static void RegisterUserPrefs(PrefService* prefs); |