Index: ash/shell.h |
diff --git a/ash/shell.h b/ash/shell.h |
index c074ffcad5a4a66dd8bd107c74ffeaa2301b7716..bdd509199eb91985b0ba0d59f6b60470b76b52df 100644 |
--- a/ash/shell.h |
+++ b/ash/shell.h |
@@ -395,7 +395,7 @@ class ASH_EXPORT Shell : aura::CursorDelegate { |
ScreenAsh* screen_; |
- // Active root window. Never become NULL. |
+ // Active root window. Never become NULL during the session. |
Daniel Erat
2012/07/23 20:47:57
nit: s/become/becomes/
oshima
2012/07/23 21:15:39
Done.
|
aura::RootWindow* active_root_window_; |
// The CompoundEventFilter owned by aura::Env object. |