| Index: ash/aura/wm_root_window_controller_aura.cc
|
| diff --git a/ash/aura/wm_root_window_controller_aura.cc b/ash/aura/wm_root_window_controller_aura.cc
|
| index 90638cb66c56aa3afea204153bc4e0e2f589209e..37a43a8c7d91f2f69b57aaa8f554ceaa686eeafd 100644
|
| --- a/ash/aura/wm_root_window_controller_aura.cc
|
| +++ b/ash/aura/wm_root_window_controller_aura.cc
|
| @@ -67,7 +67,7 @@ const WmRootWindowControllerAura* WmRootWindowControllerAura::Get(
|
| }
|
|
|
| bool WmRootWindowControllerAura::HasShelf() {
|
| - return root_window_controller_->shelf_widget() != nullptr;
|
| + return root_window_controller_->wm_shelf_aura()->shelf_widget() != nullptr;
|
| }
|
|
|
| WmShell* WmRootWindowControllerAura::GetShell() {
|
|
|