| Index: ash/mus/window_properties.cc
|
| diff --git a/ash/mus/window_properties.cc b/ash/mus/window_properties.cc
|
| index c2ba9a8981692f9986fb65923adaf0424d9eaf32..cb922fc8f3fb818fb50deb950b85be5573ac94d2 100644
|
| --- a/ash/mus/window_properties.cc
|
| +++ b/ash/mus/window_properties.cc
|
| @@ -4,14 +4,14 @@
|
|
|
| #include "ash/mus/window_properties.h"
|
|
|
| -#include "ui/aura/window_property.h"
|
| +#include "ui/base/class_property.h"
|
|
|
| namespace ash {
|
| namespace mus {
|
|
|
| -DEFINE_WINDOW_PROPERTY_KEY(bool, kRenderTitleAreaProperty, false);
|
| +DEFINE_UI_CLASS_PROPERTY_KEY(bool, kRenderTitleAreaProperty, false);
|
|
|
| -DEFINE_WINDOW_PROPERTY_KEY(bool, kWindowIsJanky, false);
|
| +DEFINE_UI_CLASS_PROPERTY_KEY(bool, kWindowIsJanky, false);
|
|
|
| } // namespace mus
|
| } // namespace ash
|
|
|