| 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..79050138c0af35a2e83ebf9b9af09f895a4840af 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_CLASS_PROPERTY_TYPE(aura::client::DragDropDelegate*)
|
|
|
| namespace aura {
|
| namespace client {
|
|
|
| -DEFINE_LOCAL_WINDOW_PROPERTY_KEY(DragDropDelegate*,
|
| +DEFINE_LOCAL_CLASS_PROPERTY_KEY(DragDropDelegate*,
|
| kDragDropDelegateKey,
|
| nullptr);
|
|
|
|
|