Index: ui/aura_shell/desktop_layout_manager.h |
diff --git a/ui/aura_shell/desktop_layout_manager.h b/ui/aura_shell/desktop_layout_manager.h |
index 96abeebe5744972ec7bdb79757d74d0930850691..7af3039e4bf303cf539c81533bf7ca969d3d4b05 100644 |
--- a/ui/aura_shell/desktop_layout_manager.h |
+++ b/ui/aura_shell/desktop_layout_manager.h |
@@ -43,7 +43,7 @@ class DesktopLayoutManager : public aura::LayoutManager { |
virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE; |
virtual void OnWillRemoveWindowFromLayout(aura::Window* child) OVERRIDE; |
virtual void OnChildWindowVisibilityChanged(aura::Window* child, |
- bool visibile) OVERRIDE; |
+ bool visible) OVERRIDE; |
virtual void SetChildBounds(aura::Window* child, |
const gfx::Rect& requested_bounds) OVERRIDE; |