| Index: ui/wm/core/window_modality_controller.cc
|
| diff --git a/ui/wm/core/window_modality_controller.cc b/ui/wm/core/window_modality_controller.cc
|
| index 094acc49189b86f2d21d4dbade56e7b8b7e1486d..0501aaf037e7c330c27cd9800c824637d3a52622 100644
|
| --- a/ui/wm/core/window_modality_controller.cc
|
| +++ b/ui/wm/core/window_modality_controller.cc
|
| @@ -13,7 +13,7 @@
|
| #include "ui/aura/env.h"
|
| #include "ui/aura/window.h"
|
| #include "ui/aura/window_event_dispatcher.h"
|
| -#include "ui/aura/window_property.h"
|
| +#include "ui/base/class_property.h"
|
| #include "ui/base/ui_base_types.h"
|
| #include "ui/events/event.h"
|
| #include "ui/events/event_target.h"
|
| @@ -25,7 +25,7 @@ namespace wm {
|
|
|
| // Transient child's modal parent.
|
| extern const aura::WindowProperty<aura::Window*>* const kModalParentKey;
|
| -DEFINE_WINDOW_PROPERTY_KEY(aura::Window*, kModalParentKey, NULL);
|
| +DEFINE_UI_CLASS_PROPERTY_KEY(aura::Window*, kModalParentKey, NULL);
|
|
|
| namespace {
|
|
|
|
|