Index: ui/views/controls/prefix_delegate.h |
diff --git a/ui/views/controls/prefix_delegate.h b/ui/views/controls/prefix_delegate.h |
index 07d85989f0e83cb73cba8537529d08645d1cb557..a6d27ebe7e01c12fcd101765751ce25aa86ccd03 100644 |
--- a/ui/views/controls/prefix_delegate.h |
+++ b/ui/views/controls/prefix_delegate.h |
@@ -26,7 +26,7 @@ class VIEWS_EXPORT PrefixDelegate : public View { |
virtual base::string16 GetTextForRow(int row) = 0; |
protected: |
- virtual ~PrefixDelegate() {} |
+ ~PrefixDelegate() override {} |
}; |
} // namespace views |