| Index: chrome/browser/ui/toolbar/app_menu_model.h
|
| diff --git a/chrome/browser/ui/toolbar/app_menu_model.h b/chrome/browser/ui/toolbar/app_menu_model.h
|
| index 80dccccea6d3ada98efe84c3d1bb44478db5779b..980ba8b9b8785c7eca2ae5b7ea3121c2e089e231 100644
|
| --- a/chrome/browser/ui/toolbar/app_menu_model.h
|
| +++ b/chrome/browser/ui/toolbar/app_menu_model.h
|
| @@ -186,7 +186,7 @@ class AppMenuModel : public ui::SimpleMenuModel,
|
| void LogMenuMetrics(int command_id);
|
|
|
| // Helper function to record the menu action in a UMA histogram.
|
| - void LogMenuAction(int action_id);
|
| + void LogMenuAction(AppMenuAction action_id);
|
|
|
| // Time menu has been open. Used by LogMenuMetrics() to record the time
|
| // to action when the user selects a menu item.
|
|
|