Index: ash/mus/bridge/wm_root_window_controller_mus.cc |
diff --git a/ash/mus/bridge/wm_root_window_controller_mus.cc b/ash/mus/bridge/wm_root_window_controller_mus.cc |
index e9ce0b463f9cb956020ed3b58ea816f57237502c..64c69fa64aa3b04f34093a7e1124be819bc3141f 100644 |
--- a/ash/mus/bridge/wm_root_window_controller_mus.cc |
+++ b/ash/mus/bridge/wm_root_window_controller_mus.cc |
@@ -96,7 +96,7 @@ AlwaysOnTopController* WmRootWindowControllerMus::GetAlwaysOnTopController() { |
return root_window_controller_->always_on_top_controller(); |
} |
-wm::WmShelf* WmRootWindowControllerMus::GetShelf() { |
+WmShelf* WmRootWindowControllerMus::GetShelf() { |
return root_window_controller_->wm_shelf(); |
} |