| Index: ash/wm/workspace/workspace_layout_manager.cc
|
| diff --git a/ash/wm/workspace/workspace_layout_manager.cc b/ash/wm/workspace/workspace_layout_manager.cc
|
| index 904fc145c1ad7b5926a48e0b54472f209f586bd5..3c3d328a3d2e4b20467da7661e7713ba6c3dfec6 100644
|
| --- a/ash/wm/workspace/workspace_layout_manager.cc
|
| +++ b/ash/wm/workspace/workspace_layout_manager.cc
|
| @@ -11,7 +11,7 @@
|
| #include "ash/root_window_controller.h"
|
| #include "ash/screen_util.h"
|
| #include "ash/session/session_controller.h"
|
| -#include "ash/shelf/wm_shelf.h"
|
| +#include "ash/shelf/shelf.h"
|
| #include "ash/shell.h"
|
| #include "ash/wm/always_on_top_controller.h"
|
| #include "ash/wm/fullscreen_window_finder.h"
|
| @@ -370,7 +370,7 @@ void WorkspaceLayoutManager::AdjustAllWindowsBoundsForWorkAreaChange(
|
| }
|
|
|
| void WorkspaceLayoutManager::UpdateShelfVisibility() {
|
| - root_window_controller_->wm_shelf()->UpdateVisibilityState();
|
| + root_window_controller_->shelf()->UpdateVisibilityState();
|
| }
|
|
|
| void WorkspaceLayoutManager::UpdateFullscreenState() {
|
|
|