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

Unified Diff: ui/accessibility/ax_serializable_tree.h

Issue 667923002: Standardize usage of virtual/override/final in ui/ (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 | « no previous file | ui/accessibility/ax_serializable_tree.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/ax_serializable_tree.h
diff --git a/ui/accessibility/ax_serializable_tree.h b/ui/accessibility/ax_serializable_tree.h
index 994be7d1c285d516afb06e582f5ad025da8e9d29..dfbdf8e0c541f745c2626a401b64a2abdf0dd2de 100644
--- a/ui/accessibility/ax_serializable_tree.h
+++ b/ui/accessibility/ax_serializable_tree.h
@@ -14,7 +14,7 @@ class AX_EXPORT AXSerializableTree : public AXTree {
public:
AXSerializableTree();
explicit AXSerializableTree(const AXTreeUpdate& initial_state);
- virtual ~AXSerializableTree();
+ ~AXSerializableTree() override;
// Create a TreeSource adapter for this tree. The client gets ownership
// of the return value and should delete it when done.
« no previous file with comments | « no previous file | ui/accessibility/ax_serializable_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698