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

Unified Diff: ash/wm/overview/scoped_transform_overview_window.h

Issue 817393002: Standardize usage of virtual/override/final specifiers in ash/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « ash/wm/always_on_top_controller_unittest.cc ('k') | ash/wm/overview/transparent_activate_window_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/overview/scoped_transform_overview_window.h
diff --git a/ash/wm/overview/scoped_transform_overview_window.h b/ash/wm/overview/scoped_transform_overview_window.h
index b38f517b61a0a0b2d634e089e9c3639b179fa0ae..daa25deeb57295fac2caf025029a51dd0264f815 100644
--- a/ash/wm/overview/scoped_transform_overview_window.h
+++ b/ash/wm/overview/scoped_transform_overview_window.h
@@ -51,7 +51,7 @@ class ScopedTransformOverviewWindow
const gfx::Rect& dst_rect);
explicit ScopedTransformOverviewWindow(aura::Window* window);
- virtual ~ScopedTransformOverviewWindow();
+ ~ScopedTransformOverviewWindow() override;
gfx::Transform get_overview_transform() const { return overview_transform_; }
« no previous file with comments | « ash/wm/always_on_top_controller_unittest.cc ('k') | ash/wm/overview/transparent_activate_window_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698