| Index: ui/base/models/simple_menu_model.cc
|
| diff --git a/ui/base/models/simple_menu_model.cc b/ui/base/models/simple_menu_model.cc
|
| index b8d084ffd41514f056d10b6234aa1cc872a74239..336fd4139a85095ab464e0c33d4dc52a91f09082 100644
|
| --- a/ui/base/models/simple_menu_model.cc
|
| +++ b/ui/base/models/simple_menu_model.cc
|
| @@ -131,7 +131,7 @@ void SimpleMenuModel::AddSeparator(MenuSeparatorType separator_type) {
|
| return;
|
| }
|
| #if !defined(USE_AURA)
|
| - if (separator_type != NORMAL_SEPARATOR)
|
| + if (separator_type == SPACING_SEPARATOR)
|
| NOTIMPLEMENTED();
|
| #endif
|
| Item item = { kSeparatorId, base::string16(), base::string16(),
|
|
|