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

Unified Diff: ash/system/web_notification/web_notification_tray.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: merge 2 trunk 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
Index: ash/system/web_notification/web_notification_tray.cc
diff --git a/ash/system/web_notification/web_notification_tray.cc b/ash/system/web_notification/web_notification_tray.cc
index 1f2e461c95c567976f03fc0f74621244719ffb6d..a7fc6c844e25e9010ecb70eeb2c41bf878d91511 100644
--- a/ash/system/web_notification/web_notification_tray.cc
+++ b/ash/system/web_notification/web_notification_tray.cc
@@ -303,7 +303,7 @@ void WebNotificationTray::UpdateAfterLoginStatusChange(
OnMessageCenterTrayChanged();
}
-void WebNotificationTray::SetShelfAlignment(ShelfAlignment alignment) {
+void WebNotificationTray::SetShelfAlignment(wm::ShelfAlignment alignment) {
if (alignment == shelf_alignment())
return;
TrayBackgroundView::SetShelfAlignment(alignment);

Powered by Google App Engine
This is Rietveld 408576698