Chromium Code Reviews| Index: athena/input/public/input_manager.h |
| diff --git a/athena/input/public/input_manager.h b/athena/input/public/input_manager.h |
| index 04682e84e9cd9306ad6a20e07737b4e17f144f3d..cd71681b2e9964f97c2345a7b696dec8fc4a8c4d 100644 |
| --- a/athena/input/public/input_manager.h |
| +++ b/athena/input/public/input_manager.h |
| @@ -25,7 +25,7 @@ class PowerButtonObserver { |
| LONG_PRESSED, |
| RELEASED, |
| }; |
| - |
| + virtual ~PowerButtonObserver() {} |
| virtual void OnPowerButtonStateChanged(State state) = 0; |
| }; |