diff options
Diffstat (limited to 'chrome/browser/command_observer.h')
-rw-r--r-- | chrome/browser/command_observer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/command_observer.h b/chrome/browser/command_observer.h index 8c14646..8a81968 100644 --- a/chrome/browser/command_observer.h +++ b/chrome/browser/command_observer.h @@ -14,7 +14,7 @@ class CommandObserver { virtual void EnabledStateChangedForCommand(int id, bool enabled) = 0; protected: - virtual ~CommandObserver(); + virtual ~CommandObserver() {} }; #endif // CHROME_BROWSER_COMMAND_OBSERVER_H_ |