Index: ash/root_window_controller.cc |
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc |
index 7911f89395bf1895a2aa380992dad527d6897c06..14b2006ed0a8e1dbc7a25b017295d4b5c9ccbda8 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(); |
} |
//////////////////////////////////////////////////////////////////////////////// |