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

Unified Diff: athena/system/background_controller.cc

Issue 623103002: replace OVERRIDE and FINAL with override and final in athena/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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 | « athena/screen/screen_manager_impl.cc ('k') | athena/system/network_selector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/system/background_controller.cc
diff --git a/athena/system/background_controller.cc b/athena/system/background_controller.cc
index 837596558994aeaeea0d3bcf8c5b1e902ab9088f..75740dc223aebd79610e5328c6b0aa9989a8239b 100644
--- a/athena/system/background_controller.cc
+++ b/athena/system/background_controller.cc
@@ -29,12 +29,12 @@ class BackgroundView : public views::View {
}
// views::View:
- virtual void Layout() OVERRIDE {
+ virtual void Layout() override {
system_info_view_->SetBounds(
0, 0, width(), system_info_view_->GetPreferredSize().height());
}
- virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE {
+ virtual void OnPaint(gfx::Canvas* canvas) override {
canvas->DrawImageInt(image_,
0,
0,
« no previous file with comments | « athena/screen/screen_manager_impl.cc ('k') | athena/system/network_selector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698