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

Unified Diff: ash/ime/infolist_window.h

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/candidate_window_view_unittest.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 345c1a1339cb84188fe2c1e8456342de492d170d..535f0251b0d35fc0a729cf323341bed0bf5d6b02 100644
--- a/ash/ime/infolist_window.h
+++ b/ash/ime/infolist_window.h
@@ -26,7 +26,7 @@ class ASH_EXPORT InfolistWindow : public views::BubbleDelegateView {
public:
InfolistWindow(views::View* candidate_window,
const std::vector<ui::InfolistEntry>& entries);
- virtual ~InfolistWindow();
+ ~InfolistWindow() override;
void InitWidget();
// Updates infolist contents with |entries|.
@@ -42,7 +42,7 @@ class ASH_EXPORT InfolistWindow : public views::BubbleDelegateView {
private:
// views::WidgetDelegate implementation.
- virtual void WindowClosing() override;
+ 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_unittest.cc ('k') | ash/ime/infolist_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698