| 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 c71e3067ff2e4beb608f0b6defe4b8ac29783be2..64f664b3e8845cc20567ba1130fa80a57a8c1c4a 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc
|
| @@ -96,7 +96,7 @@ void ChromeMashShelfController::OnAlignmentChanged(
|
| mash::shelf::mojom::Alignment alignment) {
|
| ash::SetShelfAlignmentPref(ProfileManager::GetActiveUserProfile()->GetPrefs(),
|
| gfx::Screen::GetScreen()->GetPrimaryDisplay().id(),
|
| - static_cast<ash::ShelfAlignment>(alignment));
|
| + static_cast<ash::wm::ShelfAlignment>(alignment));
|
| }
|
|
|
| void ChromeMashShelfController::OnAutoHideBehaviorChanged(
|
|
|