Chromium Code Reviews| Index: chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item_v2app.h |
| diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item_v2app.h b/chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item_v2app.h |
| index ef10c05e4c2192b0aeb74edb44662267e89299ae..25ab9046e04ddb2d38fdca4117e87911ab32867b 100644 |
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item_v2app.h |
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item_v2app.h |
| @@ -27,8 +27,8 @@ class ChromeLauncherAppMenuItemV2App : public ChromeLauncherAppMenuItem { |
| ChromeLauncherController* launcher_controller, |
| int app_index, |
| bool has_leading_separator); |
|
oshima
2014/10/27 23:35:43
This class should have dtor. would you mind adding
dcheng
2014/10/27 23:37:26
Ditto--would prefer to fix this in a separate patc
oshima
2014/10/27 23:53:29
This one should be safe though. ChromeLauncherAppM
|
| - virtual bool IsEnabled() const override; |
| - virtual void Execute(int event_flags) override; |
| + bool IsEnabled() const override; |
| + void Execute(int event_flags) override; |
| private: |
| // The owning class which can be used to validate the controller. |