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

Unified Diff: ash/system/cast/tray_cast.h

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/shell.cc ('k') | ash/system/cast/tray_cast.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/cast/tray_cast.h
diff --git a/ash/system/cast/tray_cast.h b/ash/system/cast/tray_cast.h
index f3934cfd4f0fe6f3051107455706712a030ed60f..393f7ced95ac023ef0f3dcf5a0991bb9d19b1bbf 100644
--- a/ash/system/cast/tray_cast.h
+++ b/ash/system/cast/tray_cast.h
@@ -43,7 +43,7 @@ class ASH_EXPORT TrayCast : public SystemTrayItem,
void DestroyTrayView() override;
void DestroyDefaultView() override;
void DestroyDetailedView() override;
- void UpdateAfterShelfAlignmentChange(ShelfAlignment alignment) override;
+ void UpdateAfterShelfAlignmentChange(wm::ShelfAlignment alignment) override;
// Overridden from ShellObserver.
void OnCastingSessionStartedOrStopped(bool started) override;
« no previous file with comments | « ash/shell.cc ('k') | ash/system/cast/tray_cast.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698