| Index: ash/root_window_controller.cc
|
| diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
|
| index cc6d2d4ae4b279ffd95f262a87daa75296d8d66f..25e97b8456553e5ecde6dc19ab829f2298ae7f44 100644
|
| --- a/ash/root_window_controller.cc
|
| +++ b/ash/root_window_controller.cc
|
| @@ -483,7 +483,7 @@ bool RootWindowController::SetShelfAlignment(ShelfAlignment alignment) {
|
| }
|
|
|
| ShelfAlignment RootWindowController::GetShelfAlignment() {
|
| - return shelf_->alignment();
|
| + return shelf_->GetAlignment();
|
| }
|
|
|
| bool RootWindowController::IsShelfAutoHideMenuHideChecked() {
|
|
|