| Index: ui/aura/client/drag_drop_delegate.cc
|
| diff --git a/ui/aura/client/drag_drop_delegate.cc b/ui/aura/client/drag_drop_delegate.cc
|
| index 975a671cde311bf1c8c3de6419c2b50b7009fa92..fb71a8d4bc159f2a6033b14591a1a40fb8f01a5d 100644
|
| --- a/ui/aura/client/drag_drop_delegate.cc
|
| +++ b/ui/aura/client/drag_drop_delegate.cc
|
| @@ -5,14 +5,14 @@
|
| #include "ui/aura/client/drag_drop_delegate.h"
|
|
|
| #include "ui/aura/window.h"
|
| -#include "ui/aura/window_property.h"
|
| +#include "ui/base/class_property.h"
|
|
|
| -DECLARE_WINDOW_PROPERTY_TYPE(aura::client::DragDropDelegate*)
|
| +DECLARE_UI_CLASS_PROPERTY_TYPE(aura::client::DragDropDelegate*)
|
|
|
| namespace aura {
|
| namespace client {
|
|
|
| -DEFINE_LOCAL_WINDOW_PROPERTY_KEY(DragDropDelegate*,
|
| +DEFINE_LOCAL_UI_CLASS_PROPERTY_KEY(DragDropDelegate*,
|
| kDragDropDelegateKey,
|
| nullptr);
|
|
|
|
|