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

Unified Diff: ash/wm/workspace/workspace_window_resizer.h

Issue 681913002: 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 | « ash/wm/workspace/workspace_layout_manager_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/workspace_window_resizer.h
diff --git a/ash/wm/workspace/workspace_window_resizer.h b/ash/wm/workspace/workspace_window_resizer.h
index 6270b60c392ad2fcb4068ea3e9c20e44b6f7046d..a05039b08f062fc0a7c87a39413b944e8c771cb9 100644
--- a/ash/wm/workspace/workspace_window_resizer.h
+++ b/ash/wm/workspace/workspace_window_resizer.h
@@ -49,17 +49,16 @@ class ASH_EXPORT WorkspaceWindowResizer : public WindowResizer {
// to move or resize beyond that edge.
static const int kStickyDistancePixels;
- virtual ~WorkspaceWindowResizer();
+ ~WorkspaceWindowResizer() override;
static WorkspaceWindowResizer* Create(
wm::WindowState* window_state,
const std::vector<aura::Window*>& attached_windows);
// WindowResizer:
- virtual void Drag(const gfx::Point& location_in_parent,
- int event_flags) override;
- virtual void CompleteDrag() override;
- virtual void RevertDrag() override;
+ void Drag(const gfx::Point& location_in_parent, int event_flags) override;
+ void CompleteDrag() override;
+ void RevertDrag() override;
private:
WorkspaceWindowResizer(wm::WindowState* window_state,
« no previous file with comments | « ash/wm/workspace/workspace_layout_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698