Index: ui/aura/root_window_observer.h |
diff --git a/ui/aura/root_window_observer.h b/ui/aura/root_window_observer.h |
index 8cc48e6035b8cec0d58de2c0c9a12ed722e568f7..60793636b3ee32534accb268272b410db47d0bd4 100644 |
--- a/ui/aura/root_window_observer.h |
+++ b/ui/aura/root_window_observer.h |
@@ -18,7 +18,7 @@ class Window; |
class AURA_EXPORT RootWindowObserver { |
public: |
- // Invoked after the RootWindowObserver is resized. |
+ // Invoked after the RootWindow is resized. |
virtual void OnRootWindowResized(const gfx::Size& new_size) {} |
// Invoked when a new window is initialized. |