X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fbrowser%2Fui%2Fash%2Flauncher%2Fchrome_launcher_app_menu_item_tab.h;h=7b10c6e1d2e122383e60fb73e2c6d7f9388e7c62;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=c40c52cb6e7c61d923c9e9df9da2426f3b91bd72;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item_tab.h b/src/chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item_tab.h index c40c52c..7b10c6e 100644 --- a/src/chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item_tab.h +++ b/src/chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item_tab.h @@ -26,9 +26,9 @@ class ChromeLauncherAppMenuItemTab const gfx::Image* icon, content::WebContents* content, bool has_leading_separator); - virtual bool IsActive() const OVERRIDE; - virtual bool IsEnabled() const OVERRIDE; - virtual void Execute(int event_flags) OVERRIDE; + bool IsActive() const override; + bool IsEnabled() const override; + void Execute(int event_flags) override; private: DISALLOW_COPY_AND_ASSIGN(ChromeLauncherAppMenuItemTab);