commit | 9168b2fe3e30afa4fd9a9500ba0725edf97c20a3 | [log] [tgz] |
---|---|---|
author | dcheng <[email protected]> | Tue Oct 21 12:38:24 2014 |
committer | Commit bot <[email protected]> | Tue Oct 21 12:38:39 2014 |
tree | bb288d5b7fccc259391b83b18b12368a0d516b21 | |
parent | ae36a4a3f2efd040be2e563b0bff0592b0a5b5a1 [diff] [blame] |
Standardize usage of virtual/override/final in extensions/ This patch was automatically generated by applying clang fixit hints generated by the plugin to the source tree. BUG=417463 [email protected] Review URL: https://codereview.chromium.org/664933004 Cr-Commit-Position: refs/heads/master@{#300475}
diff --git a/extensions/renderer/runtime_custom_bindings.h b/extensions/renderer/runtime_custom_bindings.h index 70f4d03..17e96bb 100644 --- a/extensions/renderer/runtime_custom_bindings.h +++ b/extensions/renderer/runtime_custom_bindings.h
@@ -16,7 +16,7 @@ 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);