summaryrefslogtreecommitdiffstats
path: root/ash/wm/always_on_top_controller_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/wm/always_on_top_controller_unittest.cc')
-rw-r--r--ash/wm/always_on_top_controller_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/wm/always_on_top_controller_unittest.cc b/ash/wm/always_on_top_controller_unittest.cc
index fe502e3..535ed5f 100644
--- a/ash/wm/always_on_top_controller_unittest.cc
+++ b/ash/wm/always_on_top_controller_unittest.cc
@@ -38,9 +38,9 @@ class TestLayoutManager : public WorkspaceLayoutManager {
explicit TestLayoutManager(aura::Window* window)
: WorkspaceLayoutManager(window), keyboard_bounds_changed_(false) {}
- ~TestLayoutManager() {}
+ ~TestLayoutManager() override {}
- virtual void OnKeyboardBoundsChanging(const gfx::Rect& bounds) override {
+ void OnKeyboardBoundsChanging(const gfx::Rect& bounds) override {
keyboard_bounds_changed_ = true;
WorkspaceLayoutManager::OnKeyboardBoundsChanging(bounds);
}