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

Unified Diff: ash/ime/mode_indicator_view.cc

Issue 680153002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix formatting 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/ime/mode_indicator_view.h ('k') | ash/keyboard_overlay/keyboard_overlay_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ime/mode_indicator_view.cc
diff --git a/ash/ime/mode_indicator_view.cc b/ash/ime/mode_indicator_view.cc
index 9c16b560f831079909cf7267b5af3bbabb3a4bd2..c8df071a759eb4cc5e0aa11d1032f78292c9eb89 100644
--- a/ash/ime/mode_indicator_view.cc
+++ b/ash/ime/mode_indicator_view.cc
@@ -28,11 +28,11 @@ class ModeIndicatorFrameView : public views::BubbleFrameView {
public:
explicit ModeIndicatorFrameView(const gfx::Insets& content_margins)
: views::BubbleFrameView(content_margins) {}
- virtual ~ModeIndicatorFrameView() {}
+ ~ModeIndicatorFrameView() override {}
private:
// views::BubbleFrameView overrides:
- virtual gfx::Rect GetAvailableScreenBounds(const gfx::Rect& rect) override {
+ gfx::Rect GetAvailableScreenBounds(const gfx::Rect& rect) override {
return gfx::Screen::GetNativeScreen()->GetDisplayNearestPoint(
rect.CenterPoint()).bounds();
}
« no previous file with comments | « ash/ime/mode_indicator_view.h ('k') | ash/keyboard_overlay/keyboard_overlay_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698