| Index: chrome/browser/ui/cocoa/tab_contents/render_view_context_menu_mac.mm
|
| diff --git a/chrome/browser/ui/cocoa/tab_contents/render_view_context_menu_mac.mm b/chrome/browser/ui/cocoa/tab_contents/render_view_context_menu_mac.mm
|
| index 698ac035e98d48c4bc7d5783fc8eca63d5b412ca..a2c7eee30a7678b478d34763b3c37e0783ebfa45 100644
|
| --- a/chrome/browser/ui/cocoa/tab_contents/render_view_context_menu_mac.mm
|
| +++ b/chrome/browser/ui/cocoa/tab_contents/render_view_context_menu_mac.mm
|
| @@ -170,7 +170,7 @@ void RenderViewContextMenuMac::InitPlatformMenu() {
|
| bool has_selection = !params_.selection_text.empty();
|
|
|
| if (has_selection) {
|
| - menu_model_.AddSeparator();
|
| + menu_model_.AddSeparator(ui::NORMAL_SEPARATOR);
|
| menu_model_.AddItemWithStringId(
|
| IDC_CONTENT_CONTEXT_LOOK_UP_IN_DICTIONARY,
|
| IDS_CONTENT_CONTEXT_LOOK_UP_IN_DICTIONARY);
|
|
|