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

Unified Diff: ash/system/user/user_view.cc

Issue 621133002: replace OVERRIDE and FINAL with override and final in ash/ (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/system/user/user_view.h ('k') | ash/system/web_notification/ash_popup_alignment_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/user/user_view.cc
diff --git a/ash/system/user/user_view.cc b/ash/system/user/user_view.cc
index 408a86d0b98b0c0f9c6b07e959afae68f88d9dea..03b7b54a502ff3a728c135e0baf6e3f03a5b2177 100644
--- a/ash/system/user/user_view.cc
+++ b/ash/system/user/user_view.cc
@@ -96,7 +96,7 @@ class LogoutButton : public TrayPopupLabelButton {
private:
virtual void Paint(gfx::Canvas* canvas,
- const views::CullSet& cull_set) OVERRIDE {
+ const views::CullSet& cull_set) override {
// Just skip paint if this button used as a placeholder.
if (!placeholder_)
TrayPopupLabelButton::Paint(canvas, cull_set);
@@ -114,7 +114,7 @@ class UserViewMouseWatcherHost : public views::MouseWatcherHost {
// Implementation of MouseWatcherHost.
virtual bool Contains(const gfx::Point& screen_point,
- views::MouseWatcherHost::MouseEventType type) OVERRIDE {
+ views::MouseWatcherHost::MouseEventType type) override {
return screen_area_.Contains(screen_point);
}
@@ -137,7 +137,7 @@ class AddUserView : public views::View {
private:
// Overridden from views::View.
- virtual gfx::Size GetPreferredSize() const OVERRIDE;
+ virtual gfx::Size GetPreferredSize() const override;
// Create the additional client content for this item.
void AddContent();
« no previous file with comments | « ash/system/user/user_view.h ('k') | ash/system/web_notification/ash_popup_alignment_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698