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/utils_native_handler.h b/extensions/renderer/utils_native_handler.h index 1b2c8bb..407fb6a 100644 --- a/extensions/renderer/utils_native_handler.h +++ b/extensions/renderer/utils_native_handler.h
@@ -13,7 +13,7 @@ class UtilsNativeHandler : public ObjectBackedNativeHandler { public: explicit UtilsNativeHandler(ScriptContext* context); - virtual ~UtilsNativeHandler(); + ~UtilsNativeHandler() override; private: // |args| consists of two arguments: a public class name, and a reference