| Index: ash/root_window_controller.cc
|
| diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
|
| index a2d8219fc72ff44a9f43147c2d3836b57e3d3122..3c84483f4c6b1d36ba83b605b8b0eb20e339ffce 100644
|
| --- a/ash/root_window_controller.cc
|
| +++ b/ash/root_window_controller.cc
|
| @@ -541,7 +541,7 @@ void RootWindowController::CloseChildWindows() {
|
| void RootWindowController::MoveWindowsTo(aura::Window* dst) {
|
| // Forget the shelf early so that shelf don't update itself using wrong
|
| // display info.
|
| - workspace_controller_->SetShelf(NULL);
|
| + workspace_controller_->set_shelf(nullptr);
|
| ReparentAllWindows(GetRootWindow(), dst);
|
| }
|
|
|
|
|