| Index: content/browser/renderer_host/input/input_router.h
|
| diff --git a/content/browser/renderer_host/input/input_router.h b/content/browser/renderer_host/input/input_router.h
|
| index 1b30815c7ce2a781001d6273c50cd3a0575ef52b..96b68c322feb008ee9d43dcfbf542c982b2ef7ce 100644
|
| --- a/content/browser/renderer_host/input/input_router.h
|
| +++ b/content/browser/renderer_host/input/input_router.h
|
| @@ -22,7 +22,7 @@ class InputRouterClient;
|
| // received, it is free to customize when those events are dispatched.
|
| class InputRouter : public IPC::Listener {
|
| public:
|
| - virtual ~InputRouter() {}
|
| + ~InputRouter() override {}
|
|
|
| // Should be called only in response to |SetNeedsFlush| requests made via
|
| // the |InputRouterClient|.
|
|
|