summaryrefslogtreecommitdiffstats
path: root/chrome/browser/command_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/command_observer.h')
-rw-r--r--chrome/browser/command_observer.h2
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_