| Index: chrome/browser/command_updater.h
|
| diff --git a/chrome/browser/command_updater.h b/chrome/browser/command_updater.h
|
| index e6e95571b9d1b4b4527415eef28a29b2c4e36c68..bd30e84b09ef0fcf8462bec1d9d9506d20352a79 100644
|
| --- a/chrome/browser/command_updater.h
|
| +++ b/chrome/browser/command_updater.h
|
| @@ -26,7 +26,7 @@ class CommandUpdater {
|
| virtual void ExecuteCommand(int id) = 0;
|
|
|
| protected:
|
| - virtual ~CommandUpdaterDelegate() {}
|
| + virtual ~CommandUpdaterDelegate();
|
| };
|
|
|
| // Create a CommandUpdater with a CommandUpdaterDelegate to handle execution
|
| @@ -55,7 +55,7 @@ class CommandUpdater {
|
| virtual void EnabledStateChangedForCommand(int id, bool enabled) = 0;
|
|
|
| protected:
|
| - virtual ~CommandObserver() {}
|
| + virtual ~CommandObserver();
|
| };
|
|
|
| // Adds an observer to the state of a particular command. If the command does
|
|
|