summaryrefslogtreecommitdiffstats
path: root/ash/drag_drop/drag_image_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/drag_drop/drag_image_view.cc')
-rw-r--r--ash/drag_drop/drag_image_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/drag_drop/drag_image_view.cc b/ash/drag_drop/drag_image_view.cc
index c03b581..5beb81f 100644
--- a/ash/drag_drop/drag_image_view.cc
+++ b/ash/drag_drop/drag_image_view.cc
@@ -33,7 +33,7 @@ Widget* CreateDragWidget(gfx::NativeView context) {
drag_widget->SetOpacity(0xFF);
drag_widget->GetNativeWindow()->set_owned_by_parent(false);
drag_widget->GetNativeWindow()->SetName("DragWidget");
- SetShadowType(drag_widget->GetNativeView(), views::corewm::SHADOW_TYPE_NONE);
+ SetShadowType(drag_widget->GetNativeView(), wm::SHADOW_TYPE_NONE);
return drag_widget;
}
}