| Index: chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc b/chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc
|
| index 307c87e880f95fe94dcea182a060d69e2543ccf1..1c93cc29c914bc77ab3969f2c4fb4d7d30318c8e 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc
|
| @@ -157,7 +157,7 @@ void ChromeMashShelfController::OnAlignmentChanged(
|
| ash::SetShelfAlignmentPref(
|
| ProfileManager::GetActiveUserProfile()->GetPrefs(),
|
| display::Screen::GetScreen()->GetPrimaryDisplay().id(),
|
| - static_cast<ash::wm::ShelfAlignment>(alignment));
|
| + static_cast<ash::ShelfAlignment>(alignment));
|
| }
|
|
|
| void ChromeMashShelfController::OnAutoHideBehaviorChanged(
|
|
|