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

Unified Diff: ash/mus/shell_delegate_mus.cc

Issue 2899253002: chromeos: Rename ash::WmShelf to Shelf (Closed)
Patch Set: cleanup Created 3 years, 7 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/mus/shell_delegate_mus.cc
diff --git a/ash/mus/shell_delegate_mus.cc b/ash/mus/shell_delegate_mus.cc
index 6e7bd139ca3f140c2eddd9e53a49c48d2523b5c8..9a4fb29bd9d4900eb51dd0f9286a691d44bdbb5c 100644
--- a/ash/mus/shell_delegate_mus.cc
+++ b/ash/mus/shell_delegate_mus.cc
@@ -134,9 +134,9 @@ std::unique_ptr<PaletteDelegate> ShellDelegateMus::CreatePaletteDelegate() {
return nullptr;
}
-ui::MenuModel* ShellDelegateMus::CreateContextMenu(WmShelf* wm_shelf,
+ui::MenuModel* ShellDelegateMus::CreateContextMenu(Shelf* shelf,
const ShelfItem* item) {
- return new ContextMenuMus(wm_shelf);
+ return new ContextMenuMus(shelf);
}
GPUSupport* ShellDelegateMus::CreateGPUSupport() {

Powered by Google App Engine
This is Rietveld 408576698