| Index: ui/views/controls/menu/menu_host.cc
|
| diff --git a/ui/views/controls/menu/menu_host.cc b/ui/views/controls/menu/menu_host.cc
|
| index e7f6fad428bd6023215fb652824f98ffe572756e..5e8593b98ab06b57bc2e780541d1fe18b8f904b4 100644
|
| --- a/ui/views/controls/menu/menu_host.cc
|
| +++ b/ui/views/controls/menu/menu_host.cc
|
| @@ -55,7 +55,7 @@ void MenuHost::InitMenuHost(Widget* parent,
|
| Init(params);
|
|
|
| if (bubble_border)
|
| - SetShadowType(GetNativeView(), views::corewm::SHADOW_TYPE_NONE);
|
| + SetShadowType(GetNativeView(), wm::SHADOW_TYPE_NONE);
|
|
|
| SetContentsView(contents_view);
|
| if (bubble_border || rounded_border)
|
|
|