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

Unified Diff: ash/ime/infolist_window.h

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/ime/candidate_window_view.cc ('k') | ash/ime/infolist_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ime/infolist_window.h
diff --git a/ash/ime/infolist_window.h b/ash/ime/infolist_window.h
index 921c87b0dd0f16a946ec5201bd1277bc1d631aa1..345c1a1339cb84188fe2c1e8456342de492d170d 100644
--- a/ash/ime/infolist_window.h
+++ b/ash/ime/infolist_window.h
@@ -42,7 +42,7 @@ class ASH_EXPORT InfolistWindow : public views::BubbleDelegateView {
private:
// views::WidgetDelegate implementation.
- virtual void WindowClosing() OVERRIDE;
+ virtual void WindowClosing() override;
// The list of visible entries. Owned by views hierarchy.
std::vector<InfolistEntryView*> entry_views_;
« no previous file with comments | « ash/ime/candidate_window_view.cc ('k') | ash/ime/infolist_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698