Index: ui/aura/window_observer.h |
diff --git a/ui/aura/window_observer.h b/ui/aura/window_observer.h |
index 38a47efbfb9b78e6455d7771c95b66e5439f9a01..3aa0c14969b74eaeebd75c0533f1a2b481d7878d 100644 |
--- a/ui/aura/window_observer.h |
+++ b/ui/aura/window_observer.h |
@@ -29,7 +29,9 @@ class AURA_EXPORT WindowObserver { |
// Invoked when SetProperty() or SetIntProperty() is called on |window|. |
// |old| is the old property value. |
- virtual void OnPropertyChanged(Window* window, const char* key, void* old) {} |
+ virtual void OnWindowPropertyChanged(Window* window, |
+ const char* key, |
+ void* old) {} |
// Invoked when SetVisible() is invoked on a window. |visible| is the |
// value supplied to SetVisible(). If |visible| is true, window->IsVisible() |