Chromium Code Reviews| Index: ui/native_theme/native_theme_mac.h |
| diff --git a/ui/native_theme/native_theme_mac.h b/ui/native_theme/native_theme_mac.h |
| index 7970a586f2b6640eb4c67fdb4244de32b5fab4dc..f8a2a06fcd0430b157c266b930d4f3d9a500fe31 100644 |
| --- a/ui/native_theme/native_theme_mac.h |
| +++ b/ui/native_theme/native_theme_mac.h |
| @@ -40,7 +40,7 @@ class NATIVE_THEME_EXPORT NativeThemeMac : public NativeThemeBase { |
| SkCanvas* canvas, |
| State state, |
| const gfx::Rect& rect, |
| - const MenuListExtraParams& menu_list) const override; |
| + const MenuItemExtraParams& menu_item) const override; |
| private: |
| NativeThemeMac(); |