| Index: extensions/renderer/runtime_custom_bindings.h
|
| diff --git a/extensions/renderer/runtime_custom_bindings.h b/extensions/renderer/runtime_custom_bindings.h
|
| index 70f4d03a57d048bb354a8c2e087b86a7273012a2..17e96bbaf793f03b424c7c5144c145ea59dbdb4b 100644
|
| --- a/extensions/renderer/runtime_custom_bindings.h
|
| +++ b/extensions/renderer/runtime_custom_bindings.h
|
| @@ -16,7 +16,7 @@ class RuntimeCustomBindings : public ObjectBackedNativeHandler {
|
| public:
|
| explicit RuntimeCustomBindings(ScriptContext* context);
|
|
|
| - virtual ~RuntimeCustomBindings();
|
| + ~RuntimeCustomBindings() override;
|
|
|
| // Creates a new messaging channel to the given extension.
|
| void OpenChannelToExtension(const v8::FunctionCallbackInfo<v8::Value>& args);
|
|
|