Index: mash/wm/root_window_controller.h |
diff --git a/mash/wm/root_window_controller.h b/mash/wm/root_window_controller.h |
index 59ba85dcdbf2e409217388686330c4451cd6bb68..c1c27fc234e158bbbaced38d234610b2c06b417f 100644 |
--- a/mash/wm/root_window_controller.h |
+++ b/mash/wm/root_window_controller.h |
@@ -98,7 +98,7 @@ class RootWindowController : public mus::WindowObserver, |
std::unique_ptr<WindowManager> window_manager_; |
- std::map<mus::Window*, std::unique_ptr<LayoutManager>> layout_manager_; |
+ std::map<mus::Window*, std::unique_ptr<LayoutManager>> layout_managers_; |
std::unique_ptr<ShadowController> shadow_controller_; |