Index: ui/aura/mus/window_port_mus.h |
diff --git a/ui/aura/mus/window_port_mus.h b/ui/aura/mus/window_port_mus.h |
index 084e9d539b2b6832e163bf5b9bb633653d7a883d..2b6cbad05820d27b1413eede514e6e1470c2d7b5 100644 |
--- a/ui/aura/mus/window_port_mus.h |
+++ b/ui/aura/mus/window_port_mus.h |
@@ -228,10 +228,10 @@ class AURA_EXPORT WindowPortMus : public WindowPort, public WindowMus { |
void OnVisibilityChanged(bool visible) override; |
void OnDidChangeBounds(const gfx::Rect& old_bounds, |
const gfx::Rect& new_bounds) override; |
- std::unique_ptr<WindowPortPropertyData> OnWillChangeProperty( |
+ std::unique_ptr<ui::PropertyData> OnWillChangeProperty( |
const void* key) override; |
void OnPropertyChanged(const void* key, |
- std::unique_ptr<WindowPortPropertyData> data) override; |
+ std::unique_ptr<ui::PropertyData> data) override; |
WindowTreeClient* window_tree_client_; |