Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc

Issue 2036353002: mash: Move ash/common/wm/shelf to ash/common/shelf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698