| Index: ash/system/user/user_view.cc
|
| diff --git a/ash/system/user/user_view.cc b/ash/system/user/user_view.cc
|
| index 36f484a6583ef2364dcaf8c46dc2be1af2a95554..312d5a3cb675afa876d22b1df7818d2f557144b7 100644
|
| --- a/ash/system/user/user_view.cc
|
| +++ b/ash/system/user/user_view.cc
|
| @@ -437,7 +437,7 @@ void UserView::ToggleAddUserMenuOption() {
|
| add_menu_option_->Init(params);
|
| add_menu_option_->SetOpacity(0xFF);
|
| add_menu_option_->GetNativeWindow()->set_owned_by_parent(false);
|
| - SetShadowType(add_menu_option_->GetNativeView(), wm::SHADOW_TYPE_NONE);
|
| + SetShadowType(add_menu_option_->GetNativeView(), ::wm::SHADOW_TYPE_NONE);
|
|
|
| // Position it below our user card.
|
| gfx::Rect bounds = user_card_view_->GetBoundsInScreen();
|
|
|