Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(318)

Unified Diff: ui/views/controls/prefix_delegate.h

Issue 681883002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/controls/native/native_view_host_unittest.cc ('k') | ui/views/controls/prefix_selector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ui/views/controls/native/native_view_host_unittest.cc ('k') | ui/views/controls/prefix_selector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698