| Index: ash/shell/window_type_launcher.cc
|
| diff --git a/ash/shell/window_type_launcher.cc b/ash/shell/window_type_launcher.cc
|
| index 5b113d8ddbd00310acc4b4ca7ad1761d462fe90b..ce5949c461458a956336bd98f02626143155ce43 100644
|
| --- a/ash/shell/window_type_launcher.cc
|
| +++ b/ash/shell/window_type_launcher.cc
|
| @@ -177,8 +177,7 @@ void InitWindowTypeLauncher() {
|
| Shell::GetPrimaryRootWindow(),
|
| gfx::Rect(120, 150, 300, 410));
|
| widget->GetNativeView()->SetName("WindowTypeLauncher");
|
| - wm::SetShadowType(widget->GetNativeView(),
|
| - wm::SHADOW_TYPE_RECTANGULAR);
|
| + ::wm::SetShadowType(widget->GetNativeView(), ::wm::SHADOW_TYPE_RECTANGULAR);
|
| widget->Show();
|
| }
|
|
|
|
|