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

Unified Diff: athena/home/athena_start_page_view.h

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/home/app_list_view_delegate.h ('k') | athena/home/athena_start_page_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/home/athena_start_page_view.h
diff --git a/athena/home/athena_start_page_view.h b/athena/home/athena_start_page_view.h
index fda3ab6de74acc0e247ccda9471789fdda04bd71..d21404ddbbf5709755ecb4d36424f1ee2222eca0 100644
--- a/athena/home/athena_start_page_view.h
+++ b/athena/home/athena_start_page_view.h
@@ -69,11 +69,11 @@ class ATHENA_EXPORT AthenaStartPageView
void OnSearchResultLayoutAnimationCompleted(bool should_show_search_results);
// views::View:
- virtual void Layout() OVERRIDE;
- virtual bool OnKeyPressed(const ui::KeyEvent& key_event) OVERRIDE;
+ virtual void Layout() override;
+ virtual bool OnKeyPressed(const ui::KeyEvent& key_event) override;
// app_list::SearchBoxViewDelegate:
- virtual void QueryChanged(app_list::SearchBoxView* sender) OVERRIDE;
+ virtual void QueryChanged(app_list::SearchBoxView* sender) override;
// Not owned.
app_list::AppListViewDelegate* delegate_;
« no previous file with comments | « athena/home/app_list_view_delegate.h ('k') | athena/home/athena_start_page_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698