Index: chrome/renderer/extensions/automation_internal_custom_bindings.h |
diff --git a/chrome/renderer/extensions/automation_internal_custom_bindings.h b/chrome/renderer/extensions/automation_internal_custom_bindings.h |
index 5ab6dafca5764e92772341edde5a6c5e593e4175..ffa7085e3eac934f0b2a9264afce51a55b121286 100644 |
--- a/chrome/renderer/extensions/automation_internal_custom_bindings.h |
+++ b/chrome/renderer/extensions/automation_internal_custom_bindings.h |
@@ -17,7 +17,7 @@ class AutomationInternalCustomBindings : public ObjectBackedNativeHandler { |
public: |
explicit AutomationInternalCustomBindings(ScriptContext* context); |
- virtual ~AutomationInternalCustomBindings(); |
+ ~AutomationInternalCustomBindings() override; |
private: |
// Returns whether this extension has the "interact" permission set (either |