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

Unified Diff: ash/system/chromeos/label_tray_view.h

Issue 800983006: Update {virtual,override,final} to follow C++11 style in ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Workaround Created 5 years, 11 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
Index: ash/system/chromeos/label_tray_view.h
diff --git a/ash/system/chromeos/label_tray_view.h b/ash/system/chromeos/label_tray_view.h
index bef5adfd3ea8af637e7e1e6aededb3f67d7a14e6..d0c04a307c6c24f2cbca74ab6656c53510be6d69 100644
--- a/ash/system/chromeos/label_tray_view.h
+++ b/ash/system/chromeos/label_tray_view.h
@@ -18,7 +18,7 @@ class ViewClickListener;
class LabelTrayView : public views::View {
public:
LabelTrayView(ViewClickListener* click_listener, int icon_resource_id);
- virtual ~LabelTrayView();
+ ~LabelTrayView() override;
void SetMessage(const base::string16& message);
private:
views::View* CreateChildView(const base::string16& message) const;
« no previous file with comments | « ash/system/chromeos/keyboard_brightness_controller.h ('k') | ash/system/chromeos/multi_user/user_switch_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698