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

Unified Diff: chrome/browser/ui/libgtk2ui/app_indicator_icon.h

Issue 627043002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[a-s]* (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 | « chrome/browser/ui/hung_plugin_tab_helper.cc ('k') | chrome/browser/ui/libgtk2ui/gtk2_border.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/libgtk2ui/app_indicator_icon.h
diff --git a/chrome/browser/ui/libgtk2ui/app_indicator_icon.h b/chrome/browser/ui/libgtk2ui/app_indicator_icon.h
index 69eefc86e5df0bc466dd6e888a3d007a6b491f25..54a9557c9054648e56bfa66023bac88b3ffa1480 100644
--- a/chrome/browser/ui/libgtk2ui/app_indicator_icon.h
+++ b/chrome/browser/ui/libgtk2ui/app_indicator_icon.h
@@ -39,10 +39,10 @@ class AppIndicatorIcon : public views::StatusIconLinux {
static bool CouldOpen();
// Overridden from views::StatusIconLinux:
- virtual void SetImage(const gfx::ImageSkia& image) OVERRIDE;
- virtual void SetToolTip(const base::string16& tool_tip) OVERRIDE;
- virtual void UpdatePlatformContextMenu(ui::MenuModel* menu) OVERRIDE;
- virtual void RefreshPlatformContextMenu() OVERRIDE;
+ virtual void SetImage(const gfx::ImageSkia& image) override;
+ virtual void SetToolTip(const base::string16& tool_tip) override;
+ virtual void UpdatePlatformContextMenu(ui::MenuModel* menu) override;
+ virtual void RefreshPlatformContextMenu() override;
private:
void SetImageFromFile(const base::FilePath& icon_file_path);
« no previous file with comments | « chrome/browser/ui/hung_plugin_tab_helper.cc ('k') | chrome/browser/ui/libgtk2ui/gtk2_border.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698