Index: components/exo/shell_surface.cc |
diff --git a/components/exo/shell_surface.cc b/components/exo/shell_surface.cc |
index 40fd30b14503b90eabadc448c3f7b96f2369cece..7b5f588a6b4a8b9bf936c09df4cb0c68d8e503ab 100644 |
--- a/components/exo/shell_surface.cc |
+++ b/components/exo/shell_surface.cc |
@@ -27,10 +27,10 @@ |
#include "ui/aura/client/cursor_client.h" |
#include "ui/aura/window.h" |
#include "ui/aura/window_event_dispatcher.h" |
-#include "ui/aura/window_property.h" |
#include "ui/aura/window_targeter.h" |
#include "ui/aura/window_tree_host.h" |
#include "ui/base/accelerators/accelerator.h" |
+#include "ui/base/class_property.h" |
#include "ui/gfx/path.h" |
#include "ui/views/widget/widget.h" |
#include "ui/views/widget/widget_observer.h" |
@@ -331,7 +331,7 @@ ShellSurface::ScopedAnimationsDisabled::~ScopedAnimationsDisabled() { |
//////////////////////////////////////////////////////////////////////////////// |
// ShellSurface, public: |
-DEFINE_LOCAL_WINDOW_PROPERTY_KEY(Surface*, kMainSurfaceKey, nullptr) |
+DEFINE_LOCAL_UI_CLASS_PROPERTY_KEY(Surface*, kMainSurfaceKey, nullptr) |
ShellSurface::ShellSurface(Surface* surface, |
ShellSurface* parent, |