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

Unified Diff: ash/system/chromeos/power/tray_power.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: gyp 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: ash/system/chromeos/power/tray_power.cc
diff --git a/ash/system/chromeos/power/tray_power.cc b/ash/system/chromeos/power/tray_power.cc
index 236f1aa5d24981328cd0391ffea1454338002045..7c08d719bfcdf68f44e7e18192a79f78de9c7865 100644
--- a/ash/system/chromeos/power/tray_power.cc
+++ b/ash/system/chromeos/power/tray_power.cc
@@ -187,7 +187,7 @@ void TrayPower::DestroyDefaultView() {
void TrayPower::UpdateAfterLoginStatusChange(user::LoginStatus status) {
}
-void TrayPower::UpdateAfterShelfAlignmentChange(wm::ShelfAlignment alignment) {
+void TrayPower::UpdateAfterShelfAlignmentChange(ShelfAlignment alignment) {
SetTrayImageItemBorder(power_tray_, alignment);
}

Powered by Google App Engine
This is Rietveld 408576698