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

Unified Diff: ash/system/chromeos/power/tray_power.cc

Issue 1914093002: Refactors DockedWindowLayoutManager in terms of ash/wm/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nuke_aura_window
Patch Set: comment Created 4 years, 8 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
« no previous file with comments | « ash/system/chromeos/power/tray_power.h ('k') | ash/system/chromeos/screen_security/screen_tray_item.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7c08d719bfcdf68f44e7e18192a79f78de9c7865..236f1aa5d24981328cd0391ffea1454338002045 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(ShelfAlignment alignment) {
+void TrayPower::UpdateAfterShelfAlignmentChange(wm::ShelfAlignment alignment) {
SetTrayImageItemBorder(power_tray_, alignment);
}
« no previous file with comments | « ash/system/chromeos/power/tray_power.h ('k') | ash/system/chromeos/screen_security/screen_tray_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698