Index: views/controls/menu/menu_model_adapter.h |
diff --git a/views/controls/menu/menu_model_adapter.h b/views/controls/menu/menu_model_adapter.h |
index 2fbbf4baf6076f0bc203b171bc1deaf38b5b2b9e..12b487f8d7cdd09b0570b6cbbf1d553f471760a4 100644 |
--- a/views/controls/menu/menu_model_adapter.h |
+++ b/views/controls/menu/menu_model_adapter.h |
@@ -22,8 +22,7 @@ class MenuItemView; |
class MenuModelAdapter : public MenuDelegate { |
public: |
// The caller retains ownership of the ui::MenuModel instance and |
- // must ensure it exists for the lifetime of the adapter. The |
- // base_id argument is the command id for the first menu item. |
+ // must ensure it exists for the lifetime of the adapter. |
explicit MenuModelAdapter(ui::MenuModel* menu_model); |
virtual ~MenuModelAdapter(); |